gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add auditor-0002.sql build rule


From: gnunet
Subject: [taler-exchange] branch master updated: add auditor-0002.sql build rule
Date: Tue, 26 Sep 2023 11:02:58 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c89c7eff add auditor-0002.sql build rule
c89c7eff is described below

commit c89c7eff4945dd56887530705841ef648427b35d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 26 11:02:53 2023 +0200

    add auditor-0002.sql build rule
---
 src/auditordb/Makefile.am | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index abdba5c2..dbbd4d1c 100644
--- a/src/auditordb/Makefile.am
+++ b/src/auditordb/Makefile.am
@@ -19,9 +19,21 @@ sql_DATA = \
   drop.sql \
   restart.sql
 
+sqlinputs = \
+  0002-*.sql \
+  auditor-0002.sql.in
+#  auditor_do_*.sql
+#  procedures.sql.in
+
+auditor-0002.sql: auditor-0002.sql.in 0002-*.sql
+       chmod +w $@ || true
+       gcc -E -P -undef - < auditor-0002.sql.in 2>/dev/null | sed -e 
"s/--.*//" | awk 'NF' - >$@
+       chmod ugo-w $@
+
 EXTRA_DIST = \
   auditordb-postgres.conf \
   test-auditor-db-postgres.conf \
+  $(sqlinputs) \
   $(sql_DATA) \
   pg_template.h pg_template.c \
   pg_template.sh

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]