commit 904e0e68a856895df5a5d2324aaf861ec07f6007 parent 1c649756a3aacd00e15db6042a3af308e578d4a3 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sat, 26 Apr 2025 11:33:50 +0200 make gana update a make target Diffstat:
| M | Makefile.in | | | 8 | ++++++++ |
| M | bootstrap | | | 3 | --- |
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/Makefile.in b/Makefile.in @@ -33,4 +33,12 @@ format: check: ${GO} test ./cmd/taldir-server +gana: + TMPSAVE=${PWD} + cd third_party/gana/gnu-taler-error-codes && make taler_error_codes.go + cd ${TMPSAVE} + cp third_party/gana/gnu-taler-error-codes/taler_error_codes.go internal/gana/ + + + .PHONY: all diff --git a/bootstrap b/bootstrap @@ -15,7 +15,4 @@ fi mkdir -p internal/gana git submodule update --init --recursive git submodule sync --recursive -cd third_party/gana/gnu-taler-error-codes && make taler_error_codes.go -cp third_party/gana/gnu-taler-error-codes/taler_error_codes.go internal/gana/ -