mirror of
git://git.sv.gnu.org/sed
synced 2025-04-18 02:37:37 +03:00
build: update gnulib to latest; and update bootstrap
This commit is contained in:
parent
7d48e8345e
commit
bc120003dc
@ -37,7 +37,7 @@ medir=`dirname "$me"`
|
||||
|
||||
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
|
||||
|
||||
scriptlibversion=2025-01-26.03; # UTC
|
||||
scriptlibversion=2025-02-04.01; # UTC
|
||||
|
||||
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
||||
#
|
||||
@ -601,7 +601,10 @@ prepare_GNULIB_SRCDIR ()
|
||||
# to fetching all commits.
|
||||
# $GNULIB_REVISION can be a commit id, a tag name, or a branch name.
|
||||
mkdir -p "$gnulib_path"
|
||||
git -C "$gnulib_path" init
|
||||
# Use a -c option to silence an annoying message
|
||||
# "hint: Using 'master' as the name for the initial branch."
|
||||
# (cf. <https://stackoverflow.com/questions/65524512/>).
|
||||
git -C "$gnulib_path" -c init.defaultBranch=master init
|
||||
git -C "$gnulib_path" remote add origin "$gnulib_url"
|
||||
if git -C "$gnulib_path" fetch $shallow origin "$GNULIB_REVISION"
|
||||
then
|
||||
|
2
gnulib
2
gnulib
@ -1 +1 @@
|
||||
Subproject commit 553ab924d2b68d930fae5d3c6396502a57852d23
|
||||
Subproject commit ac1e6fee24c16c87d488b3d44cf3f474c10dd9bf
|
Loading…
x
Reference in New Issue
Block a user