gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: BUILD: Add gana build target for easy up


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Add gana build target for easy updates of generated headers
Date: Tue, 04 Jan 2022 13:47:15 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8fc699d2a BUILD: Add gana build target for easy updates of generated 
headers
8fc699d2a is described below

commit 8fc699d2a80fb21b12e26ba96f38bb800231e2a6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 4 13:47:07 2022 +0100

    BUILD: Add gana build target for easy updates of generated headers
---
 .gitmodules  | 3 +++
 Makefile.am  | 3 +++
 contrib/gana | 1 +
 3 files changed, 7 insertions(+)

diff --git a/.gitmodules b/.gitmodules
index e69de29bb..752738003 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "contrib/gana"]
+       path = contrib/gana
+       url = git://git.gnunet.org/gana.git
diff --git a/Makefile.am b/Makefile.am
index 9191107d2..da6010087 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,3 +73,6 @@ if HAVE_AWK
 check-texinfo:
        @cd $(top_srcdir); find . -type f ! -path '*/.*' -name '*.texi' -print0 
| xargs -0 ./contrib/scripts/check-texinfo.awk > $(srcdir)/texinfo_lint.log || 
true
 endif
+
+gana:
+       @cd $(top_srcdir)/contrib/gana/gnu-name-system-record-types; make; cp 
gnu_name_system_record_types.h ../../../src/include/
diff --git a/contrib/gana b/contrib/gana
new file mode 160000
index 000000000..ecb597d6f
--- /dev/null
+++ b/contrib/gana
@@ -0,0 +1 @@
+Subproject commit ecb597d6fb23e18a282059791c49716aa8ffd8cb

-- 
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]