aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-stable/files/patch-Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net/ntp-stable/files/patch-Makefile.in
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
Notes
Diffstat (limited to 'net/ntp-stable/files/patch-Makefile.in')
-rw-r--r--net/ntp-stable/files/patch-Makefile.in40
1 files changed, 0 insertions, 40 deletions
diff --git a/net/ntp-stable/files/patch-Makefile.in b/net/ntp-stable/files/patch-Makefile.in
deleted file mode 100644
index 7829972e1366..000000000000
--- a/net/ntp-stable/files/patch-Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- Makefile.in.orig Wed Oct 15 02:01:51 2003
-+++ Makefile.in Mon Apr 19 22:01:44 2004
-@@ -224,7 +224,7 @@
- version
-
-
--DISTCLEANFILES = .warning
-+DISTCLEANFILES = .gcc-warning
-
- #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
- ETAGS_ARGS = Makefile.am configure.in
-@@ -232,8 +232,8 @@
- # HMS: make ports be the last directory...
- # DIST_HOOK_DIRS = conf html scripts ports
-
--# HMS: Keep .warning first, as that way it gets printed first.
--BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version
-+# HMS: Keep .gcc-warning first, as that way it gets printed first.
-+BUILT_SOURCES = .gcc-warning $(srcdir)/COPYRIGHT $(srcdir)/version
-
-
- # HMS: The following seems to be a work-in-progress...
-@@ -672,7 +672,7 @@
- @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
- do chmod u+w $$i ; unix2dos $$i $$i; done
-
--.warning:
-+.gcc-warning:
- @echo "Compiling with GCC now generates lots of new warnings."
- @echo " "
- @echo "Don't be concerned. They're just warnings."
-@@ -682,7 +682,7 @@
- @echo "Feel free to send patches that fix these warnings, though."
- @echo " "
- @sleep 1
-- @touch .warning
-+ @touch .gcc-warning
-
- .buildcvo:
- echo "$(CVO)" > .buildcvo