]> sourceware.org Git - automake.git/commitdiff
* Makefile.am (maintainer-check): Scan all *.am files and tests
authorPavel Roskin <proski@gnu.org>
Fri, 9 Mar 2001 22:08:46 +0000 (22:08 +0000)
committerPavel Roskin <proski@gnu.org>
Fri, 9 Mar 2001 22:08:46 +0000 (22:08 +0000)
for invocations of `rm' without `-f'.
* tests/mclean.test: Strengthen to prevent triggering the above
test.

tests/mclean.test

index bc256d4d740ad7c46b5ddb77606247c651741b15..78b879445c078d937ae0e6f8f3184e1b545ac43a 100755 (executable)
@@ -13,4 +13,4 @@ END
 
 $AUTOMAKE || exit 1
 
-grep 'rm .*MAINTAINERCLEANFILES' Makefile.in
+grep 'rm -f .*MAINTAINERCLEANFILES' Makefile.in
This page took 0.028679 seconds and 5 git commands to generate.