1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

build: Have `bootstrap' run all the necessary steps.

* bootstrap: Always run "git submodule init".  Run
  `nix/sync-with-upstream'.
  Reported by Nikita Karetnikov and Andreas Enge.
This commit is contained in:
Ludovic Courtès
2012-12-13 23:45:38 +01:00
parent 4aa52039a7
commit e2a06ddc7a

View File

@@ -7,10 +7,9 @@ set -e -x
top_srcdir="$PWD"
export top_srcdir
if [ ! -d nix-upstream ]
then
git submodule init
fi
git submodule init
git submodule update
./nix/sync-with-upstream
exec autoreconf -vfi