BIND 10 master, updated. 403af3331c71af8cda87fd6ff5fcce407d4f935a [master] Regenerate gen-rdatacode.py when gen-rdatacode.py.in is updated
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 3 11:38:41 UTC 2012
The branch, master has been updated
via 403af3331c71af8cda87fd6ff5fcce407d4f935a (commit)
from 5bb4db417ecd1b94170fa87d11d91d604616c1bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 403af3331c71af8cda87fd6ff5fcce407d4f935a
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Dec 3 14:40:20 2012 +0530
[master] Regenerate gen-rdatacode.py when gen-rdatacode.py.in is updated
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am
index c101d77..78654aa 100644
--- a/src/lib/dns/Makefile.am
+++ b/src/lib/dns/Makefile.am
@@ -82,6 +82,8 @@ EXTRA_DIST += rdata/in_1/srv_33.h
#EXTRA_DIST += rdata/template.cc
#EXTRA_DIST += rdata/template.h
+noinst_SCRIPTS = gen-rdatacode.py
+
# auto-generate by gen-rdatacode.py:
BUILT_SOURCES = rrclass.h rrtype.h rrparamregistry.cc
BUILT_SOURCES += rdataclass.h rdataclass.cc
@@ -141,7 +143,7 @@ rrclass.h: rrclass-placeholder.h
rrtype.h: rrtype-placeholder.h
rrparamregistry.cc: rrparamregistry-placeholder.cc
rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile
- ./gen-rdatacode.py
+ $(PYTHON) ./gen-rdatacode.py
libdns___includedir = $(includedir)/$(PACKAGE_NAME)/dns
libdns___include_HEADERS = \
More information about the bind10-changes
mailing list