From: Tom Tromey Date: Sun, 12 Nov 1995 18:17:11 +0000 (+0000) Subject: (maintainer-clean): Updated rules per GNU standards. X-Git-Tag: Release-0-25~396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19b00280d47db6b4b7f1d9781a92f91c5b441a47;p=thirdparty%2Fautomake.git (maintainer-clean): Updated rules per GNU standards. --- diff --git a/clean-kr.am b/clean-kr.am index 9fd74724a..69e74436e 100644 --- a/clean-kr.am +++ b/clean-kr.am @@ -9,5 +9,7 @@ distclean: clean rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS $(INFOS) diff --git a/clean.am b/clean.am index 5381e6b85..42cdd7e8c 100644 --- a/clean.am +++ b/clean.am @@ -9,5 +9,7 @@ distclean: clean rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS $(INFOS) diff --git a/lib/am/clean.am b/lib/am/clean.am index 5381e6b85..42cdd7e8c 100644 --- a/lib/am/clean.am +++ b/lib/am/clean.am @@ -9,5 +9,7 @@ distclean: clean rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS $(INFOS)