mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20: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:
@@ -7,10 +7,9 @@ set -e -x
|
|||||||
top_srcdir="$PWD"
|
top_srcdir="$PWD"
|
||||||
export top_srcdir
|
export top_srcdir
|
||||||
|
|
||||||
if [ ! -d nix-upstream ]
|
|
||||||
then
|
|
||||||
git submodule init
|
git submodule init
|
||||||
fi
|
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
./nix/sync-with-upstream
|
||||||
|
|
||||||
exec autoreconf -vfi
|
exec autoreconf -vfi
|
||||||
|
|||||||
Reference in New Issue
Block a user