bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't bootstrap bison


From: Akim Demaille
Subject: Re: can't bootstrap bison
Date: Mon, 13 Apr 2020 17:42:12 +0200

Hi Bruno,

> Le 13 avr. 2020 à 16:45, Bruno Haible <address@hidden> a écrit :
> 
> Indeed, 'git submodule update --init' fixes the situation, that
> 'git submodule init' could not fix:

Good!  I installed the following commit.  Cheers!

commit 64e1ff019f9318c63da67d5396ac49a0df53437c
Author: Akim Demaille <address@hidden>
Date:   Mon Apr 13 17:39:38 2020 +0200

    bootstrap: recommend git submodule update --init
    
    Reported by Bruno Haible.
    <https://lists.gnu.org/r/bug-gnulib/2020-03/msg00101.html>
    
    * build-aux/bootstrap: recommand "git submodule update --init"
    rather than "git submodule init".

diff --git a/ChangeLog b/ChangeLog
index 25ce26912..a107fd5b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-04-13  Akim Demaille  <address@hidden>
+
+       bootstrap: recommend git submodule update --init
+       Reported by Bruno Haible.
+       <https://lists.gnu.org/r/bug-gnulib/2020-03/msg00101.html>
+       * build-aux/bootstrap: recommand "git submodule update --init"
+       rather than "git submodule init".
+
 2020-04-12  Bruno Haible  <address@hidden>
 
        explicit_bzero: Add tests.
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 70fd73cc7..8f76d6962 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]