summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-27 14:21:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-27 14:21:44 +0200
commit9ea9f40d0ce0233d8fd9b8aeacdce9da70aee312 (patch)
tree0ac2b14511e8c9153f00890fc0869067d98364dd
parentf97ee428e90ea66f6a103b9b039a054206a9073e (diff)
downloadauditor-9ea9f40d0ce0233d8fd9b8aeacdce9da70aee312.tar.gz
auditor-9ea9f40d0ce0233d8fd9b8aeacdce9da70aee312.tar.bz2
auditor-9ea9f40d0ce0233d8fd9b8aeacdce9da70aee312.zip
update bootstrap
-rwxr-xr-xbootstrap8
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 9ea2c21..26cd0df 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,7 +10,9 @@ if ! git --version >/dev/null; then
exit 1
fi
-git submodule sync
git submodule update --init
-rm -f ./configure
-cp build-system/taler-build-scripts/configure ./configure
+git submodule update --recursive --remote
+git submodule sync
+
+cp build-system/taler-build-scripts/configure ./configure || true
+cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true