Browse Source

tools/build-release.sh: make it work in a pristine clone.

We need the submodules to exist.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
pr-2391
Rusty Russell 6 years ago
committed by neil saitug
parent
commit
9f6d5a3c47
  1. 3
      tools/build-release.sh

3
tools/build-release.sh

@ -70,6 +70,9 @@ if [ -z "$MTIME" ]; then
exit 1
fi
# If it's a completely clean directory, we need submodules!
make submodcheck
rm -rf release
mkdir -p release
for target in $TARGETS; do

Loading…
Cancel
Save