Skip to content
Snippets Groups Projects
Commit e2a06ddc authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 4aa52039
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment