~ruther/guix-local

e2a06ddc7a7d5620f7df8397cec714335b548d6a — Ludovic Courtès 13 years ago 4aa5203
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.
1 files changed, 3 insertions(+), 4 deletions(-)

M bootstrap
M bootstrap => bootstrap +3 -4
@@ 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