summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 14:55:50 -0400
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:50:13 +0200
commitacd8d318c024cc31381361f3593b7b1510795627 (patch)
treef8baf077a619c3d5e93be4238ca92007e0f20c8e /bootstrap
parent9bbaff19c17b28df98ad34e44948d4d174fabe65 (diff)
downloadexchange-acd8d318c024cc31381361f3593b7b1510795627.tar.gz
exchange-acd8d318c024cc31381361f3593b7b1510795627.tar.bz2
exchange-acd8d318c024cc31381361f3593b7b1510795627.zip
taler_error_codes.h auto generated from gnunet/gana.git as a submodule
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 8 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 44f929c67..a25549b72 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,14 @@ if ! git --version >/dev/null; then
exit 1
fi
-git submodule update --init
+#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
# This is more portable than `which' but comes with
# the caveat of not(?) properly working on busybox's ash: