mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
4aa52039a7
commit
e2a06ddc7a
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue