]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am cruft cleanup.
authorHarlan Stenn <stenn@ntp.org>
Wed, 19 Sep 2001 05:40:46 +0000 (01:40 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 19 Sep 2001 05:40:46 +0000 (01:40 -0400)
bk: 3ba82fdeK96F1AuDxp7onU7mJterzA

Makefile.am

index 5f24870cf9a005e255c152e37a1c11aa75c400e1..4c889f32c306e059db683f5e3081a49417949e13 100644 (file)
@@ -65,6 +65,20 @@ dist-hook:
        @find $(distdir) -type d -name CVS -print | xargs rm -rf
        @find $(distdir) -type d -name SCCS -print | xargs rm -rf
 
+.warning:
+       @echo "Compiling with GCC now generates lots of new warnings."
+       @echo " "
+       @echo "Don't be concerned. They're just warnings."
+       @echo " "
+       @echo "Don't send bug reports about the warnings, either."
+       @echo " "
+       @echo "Feel free to send patches that fix these warnings, though."
+       @echo " "
+       @sleep 1
+       @touch .warning
+
+# HMS: The following seems to be a work-in-progress...
+
 CVO=`$(srcdir)/config.guess`
 
 .buildcvo:
@@ -88,18 +102,7 @@ BHOST=`(hostname || uname -n)`
                echo " "; \
        fi
 
-.warning:
-       @echo "Compiling with GCC now generates lots of new warnings."
-       @echo " "
-       @echo "Don't be concerned. They're just warnings."
-       @echo " "
-       @echo "Don't send bug reports about the warnings, either."
-       @echo " "
-       @echo "Feel free to send patches that fix these warnings, though."
-       @echo " "
-       @sleep 1
-       @touch .warning
-
 FRC.distwarn FRC.checkcvo FRC.checkhost:
 
-dot.emacs: FRC.distwarn
+# HMS: what was I trying to do with this?
+#dot.emacs: FRC.distwarn