taler_error_codes.h auto generated from gnunet/gana.git as a submodule
This commit is contained in:
parent
9bbaff19c1
commit
acd8d318c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
*.swp
|
||||
src/include/taler_error_codes.h
|
||||
src/lib/test_exchange_api
|
||||
doc/doxygen/doxygen_sqlite3.db
|
||||
src/auditor/taler-auditor-dbinit
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -5,3 +5,6 @@
|
||||
path = doc/prebuilt
|
||||
url = https://git.taler.net/docs.git
|
||||
branch = prebuilt
|
||||
[submodule "contrib/gana"]
|
||||
path = contrib/gana
|
||||
url = https://gnunet.org/git/gana.git
|
||||
|
@ -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:
|
||||
|
1
contrib/gana
Submodule
1
contrib/gana
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 30d83deb42b0ad54154214ecd916a167c324c9d6
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user