BIND 10 master, updated. 470aa3b8ecb855b0a9f6ad75b44c4f30bf35de8a [master] don't install the *example.hex files
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 14 14:13:19 UTC 2012
The branch, master has been updated
via 470aa3b8ecb855b0a9f6ad75b44c4f30bf35de8a (commit)
via be50a0c801d9203ca670e6cc9fa32e3461bc2d88 (commit)
from d654be880d463a899d2f6d68e0193c3ecac00500 (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 470aa3b8ecb855b0a9f6ad75b44c4f30bf35de8a
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed Nov 14 08:12:29 2012 -0600
[master] don't install the *example.hex files
They are used for testing.
Discussed on jabber.
Also see ticket #2479 (but this commit doesn't solve the main
issue reported there).
commit be50a0c801d9203ca670e6cc9fa32e3461bc2d88
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed Nov 14 08:04:45 2012 -0600
[master] remove temporary AM_CPPFLAGS used for testing
now receives settings via configure
discussed on jabber
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/Makefile.am | 3 ---
tests/tools/perfdhcp/templates/Makefile.am | 2 --
2 files changed, 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/Makefile.am b/src/lib/dhcp/tests/Makefile.am
index bf5e2e7..f038fa0 100644
--- a/src/lib/dhcp/tests/Makefile.am
+++ b/src/lib/dhcp/tests/Makefile.am
@@ -4,9 +4,6 @@ AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
AM_CPPFLAGS += $(BOOST_INCLUDES)
AM_CPPFLAGS += -DTEST_DATA_BUILDDIR=\"$(abs_top_builddir)/src/lib/dhcp/tests\"
AM_CPPFLAGS += -DINSTALL_PROG=\"$(abs_top_srcdir)/install-sh\"
-# Temp
-AM_CPPFLAGS += -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing
-AM_CPPFLAGS += -DUNIV_LINUX
AM_CXXFLAGS = $(B10_CXXFLAGS)
diff --git a/tests/tools/perfdhcp/templates/Makefile.am b/tests/tools/perfdhcp/templates/Makefile.am
index 33930a7..c22787f 100644
--- a/tests/tools/perfdhcp/templates/Makefile.am
+++ b/tests/tools/perfdhcp/templates/Makefile.am
@@ -5,8 +5,6 @@ SUBDIRS = .
CLEANFILES = test1.hex test2.hex test3.hex test4.hex test5.hex
perfdhcpdir = $(pkgdatadir)
-perfdhcp_DATA = discover-example.hex request4-example.hex
-perfdhcp_DATA += solicit-example.hex request6-example.hex
EXTRA_DIST = discover-example.hex request4-example.hex
EXTRA_DIST += solicit-example.hex request6-example.hex
More information about the bind10-changes
mailing list