]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt25901_atf] Added comments to {server,common}/Makefile.am,
authorTomek Mrugalski <tomasz@isc.org>
Tue, 14 Aug 2012 12:58:12 +0000 (14:58 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 14 Aug 2012 12:58:12 +0000 (14:58 +0200)
 version reverted from 4.2.0-git to 4.2.0

common/Makefile.am
configure.ac
server/Makefile.am

index 7199d4b987d2e746f143acd0dd6ca82b74f6e266..eddef058566df2a0180de6e6e01b21bf1e28a851 100644 (file)
@@ -10,4 +10,8 @@ libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
 man_MANS = dhcp-eval.5 dhcp-options.5
 EXTRA_DIST = $(man_MANS)
 
+# We want to build this directory first, before descending into tests subdir.
+# The reason is that ideally the tests should link existing objects from this
+# directory. That eliminates any discrepancies between tested code and
+# production code. Sadly, we are not there yet.
 SUBDIRS = . tests
index 0a77f9db2e99754506cc7efbf651e562198cbaae..41e64bb8cae2dda18e2b7d5310d4275f34401d8b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.0-git], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.0], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 3c2bba7128b1688034dab1d187db807b45bcfe76..6cd3329f51800b89565a7b5892825742cd3ea535 100644 (file)
@@ -1,3 +1,7 @@
+# We want to build this directory first, before descending into tests subdir.
+# The reason is that ideally the tests should link existing objects from this
+# directory. That eliminates any discrepancies between tested code and
+# production code. Sadly, we are not there yet.
 SUBDIRS = . tests
 
 AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'