]> sourceware.org Git - automake.git/commitdiff
(maintainer-clean): Updated rules per GNU standards.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 18:16:56 +0000 (18:16 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 18:16:56 +0000 (18:16 +0000)
clean-kr.am
clean.am
lib/am/clean.am

index 9fd74724a1a653d3c1b90a3bf47b2f901cde94bc..69e74436e3b5e1dd1ed1839592a56eddc554ddd5 100644 (file)
@@ -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)
 
index 5381e6b85030c5e2976a4c9207d9f1829ba82df5..42cdd7e8c56ff46bd0b550d77cf9c6d5180b1b56 100644 (file)
--- 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)
 
index 5381e6b85030c5e2976a4c9207d9f1829ba82df5..42cdd7e8c56ff46bd0b550d77cf9c6d5180b1b56 100644 (file)
@@ -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)
 
This page took 0.03341 seconds and 5 git commands to generate.