From acd8d318c024cc31381361f3593b7b1510795627 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Mon, 8 Jun 2020 14:55:50 -0400 Subject: taler_error_codes.h auto generated from gnunet/gana.git as a submodule --- bootstrap | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bootstrap') 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: -- cgit v1.2.3