From: Harlan Stenn Date: Wed, 19 Sep 2001 05:40:46 +0000 (-0400) Subject: Makefile.am cruft cleanup. X-Git-Tag: NTP_4_1_71~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f73d9577da150ea9858d331c6d1878b63a713401;p=thirdparty%2Fntp.git Makefile.am cruft cleanup. bk: 3ba82fdeK96F1AuDxp7onU7mJterzA --- diff --git a/Makefile.am b/Makefile.am index 5f24870cf9..4c889f32c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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