summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 21:27:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 21:27:16 +0200
commitc8a370d9111cee69b6d9b6edc177dcc58eec976a (patch)
treeed355df839488642acd4f8cd898ce877778be8ed /bootstrap
parentc9fb8acd5bbc934eb4eed47b375bf7d968519b95 (diff)
downloadexchange-c8a370d9111cee69b6d9b6edc177dcc58eec976a.tar.gz
exchange-c8a370d9111cee69b6d9b6edc177dcc58eec976a.tar.bz2
exchange-c8a370d9111cee69b6d9b6edc177dcc58eec976a.zip
make GANA update more compatible with incremental compilation (fixes #6431)
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap10
1 files changed, 1 insertions, 9 deletions
diff --git a/bootstrap b/bootstrap
index ca9ee6dce..1b30b7a8a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,15 +7,7 @@ if ! git --version >/dev/null; then
exit 1
fi
-git submodule update --init
-
-# Generate taler-error-codes.h in gana and copy it to
-# src/include/taler_error_codes.h
-cd contrib/gana/gnu-taler-error-codes
-make
-cd ../../..
-cp contrib/gana/gnu-taler-error-codes/taler_error_codes.h src/include/taler_error_codes.h
-cp contrib/gana/gnu-taler-error-codes/taler_error_codes.c src/util/taler_error_codes.c
+./contrib/gana.sh
# This is more portable than `which' but comes with
# the caveat of not(?) properly working on busybox's ash: