[ntp:bk-ntp-dev-send] BitKeeper diffs

Harlan Stenn stenn at whimsy.udel.edu
Tue Sep 16 03:08:03 UTC 2008


#### ChangeSet ####
2008-09-15 23:06:04-04:00, stenn at whimsy.udel.edu 
  Clean up the libntpq.a build.

==== ChangeLog ====
2008-09-15 23:05:39-04:00, stenn at whimsy.udel.edu +1 -0
  Clean up the libntpq.a build.

--- 1.230/ChangeLog	2008-09-15 21:15:31 -04:00
+++ 1.231/ChangeLog	2008-09-15 23:05:39 -04:00
@@ -1,3 +1,4 @@
+* Clean up the libntpq.a build.
 * Regenerate ntp_parser.[ch] from ntp_parser.y
 (4.2.5p132) 2008/09/15 Released by Harlan Stenn <stenn at ntp.org>
 * [Bug 1067] Multicast DNS service registration must come after the fork

==== ntpq/Makefile.am ====
2008-09-15 23:05:25-04:00, stenn at whimsy.udel.edu +2 -1
  Clean up the libntpq.a build.

--- 1.32/ntpq/Makefile.am	2008-09-11 02:51:17 -04:00
+++ 1.33/ntpq/Makefile.am	2008-09-15 23:05:25 -04:00
@@ -6,7 +6,8 @@ AM_CPPFLAGS=	-I$(top_srcdir)/include $(L
 ntpq_LDADD=	version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a
 noinst_HEADERS=	ntpq.h
 noinst_LIBRARIES=	libntpq.a
-libntpq_a_LIBADD=	version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a
+# HMS: I don't think we need libntpq_a_LIBADD...
+#libntpq_a_LIBADD=	version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a
 libntpq_a_CFLAGS=	-DNO_MAIN_ALLOWED -DBUILD_AS_LIB
 DISTCLEANFILES=	.version version.c
 ETAGS_ARGS=	Makefile.am


More information about the bk-ntp-dev-send mailing list