From: Akim Demaille Date: Mon, 13 Apr 2020 15:39:38 +0000 (+0200) Subject: bootstrap: recommend git submodule update --init X-Git-Tag: v1.0~4169 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=64e1ff019f9318c63da67d5396ac49a0df53437c;p=gnulib.git bootstrap: recommend git submodule update --init Reported by Bruno Haible. * build-aux/bootstrap: recommand "git submodule update --init" rather than "git submodule init". --- diff --git a/ChangeLog b/ChangeLog index 25ce269129..a107fd5b64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-04-13 Akim Demaille + + bootstrap: recommend git submodule update --init + Reported by Bruno Haible. + + * build-aux/bootstrap: recommand "git submodule update --init" + rather than "git submodule init". + 2020-04-12 Bruno Haible explicit_bzero: Add tests. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 70fd73cc74..8f76d69621 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2019-01-04.17; # UTC +scriptversion=2020-04-13.15; # UTC # Bootstrap this package from checked-out sources. @@ -970,7 +970,7 @@ bootstrap_post_import_hook \ # Uninitialized submodules are listed with an initial dash. if $use_git && git submodule | grep '^-' >/dev/null; then die "some git submodules are not initialized. " \ - "Run 'git submodule init' and bootstrap again." + "Run 'git submodule update --init' and bootstrap again." fi # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some