Remove ntp patch which fails to apply, add TODO for later fixing

This commit is contained in:
Ulf Samuelsson 2007-08-13 19:33:36 +00:00
parent 25baeb899e
commit 28294fe798
2 changed files with 33 additions and 11 deletions

33
package/ntp/TODO Normal file
View File

@ -0,0 +1,33 @@
The obsolete patch tries to clear "BUILT_SOURCE"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
***************
*** 157,163 ****
bin_PROGRAMS = ntpdc
EXTRA_PROGRAMS = ntpdc-layout
EXTRA_DATA = check-layout
- BUILT_SOURCES = maybe-layout
INCLUDES = -I$(top_srcdir)/include
# LDADD might need RESLIB and ADJLIB
ntpdc_LDADD = version.o ../libntp/libntp.a @READLINE_LIBS@
--- 157,163 ----
bin_PROGRAMS = ntpdc
EXTRA_PROGRAMS = ntpdc-layout
EXTRA_DATA = check-layout
+ BUILT_SOURCES =
INCLUDES = -I$(top_srcdir)/include
# LDADD might need RESLIB and ADJLIB
ntpdc_LDADD = version.o ../libntp/libntp.a @READLINE_LIBS@
------------------------------------------------------------
The current tarball contains a lot more:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
AUTOMAKE_OPTIONS = ../util/ansi2knr
EXTRA_DATA = check-layout
BUILT_SOURCES = @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h ntpdc.1 \
ntpdc-opts.texi ntpdc-opts.menu
AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBOPTS_CFLAGS)
# LDADD might need RESLIB and ADJLIB
------------------------------------------------------------
Do we need to remove "@MAKE_CHECK_LAYOUT@" in a new patch?

View File

@ -1,11 +0,0 @@
--- ntp/ntpdc/Makefile.in
+++ ntp/ntpdc/Makefile.in
@@ -157,7 +157,7 @@
bin_PROGRAMS = ntpdc
EXTRA_PROGRAMS = ntpdc-layout
EXTRA_DATA = check-layout
-BUILT_SOURCES = maybe-layout
+BUILT_SOURCES =
INCLUDES = -I$(top_srcdir)/include
# LDADD might need RESLIB and ADJLIB
ntpdc_LDADD = version.o ../libntp/libntp.a @READLINE_LIBS@