diff options
| author | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-06-08 14:55:50 -0400 |
|---|---|---|
| committer | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-06-08 14:55:50 -0400 |
| commit | 111445993ca619361b12c647edf065169c5265a6 (patch) | |
| tree | a1a371b26c017f2395cf7b20d986102de5f38779 /bootstrap | |
| parent | 979692298f53954078954d797e073b23089e13c8 (diff) | |
taler_error_codes.h auto generated from gnunet/gana.git as a submodule
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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: |
