]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Avoid useless cleaning in some `silent*.test' tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Nov 2010 14:46:20 +0000 (15:46 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Nov 2010 14:46:20 +0000 (15:46 +0100)
* tests/silentf77.test: Removed useless calls to "make clean"
and "make maintainer-clean".
* tests/silentf90.test: Likewise.
* tests/silent3.test: Removed useless call to "make distclean".
* tests/silent4.test: Likewise.
* tests/silent9.test: Likewise.

ChangeLog
tests/silent3.test
tests/silent4.test
tests/silent9.test
tests/silentf77.test
tests/silentf90.test

index 4f0595095e1dd95011c6a3ca81ad922b23595bd4..e6eb0fcf69e8698d2e7dc7150c0f02c0e3c99fc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Avoid useless cleaning in some `silent*.test' tests.
+       * tests/silentf77.test: Removed useless calls to "make clean"
+       and "make maintainer-clean".
+       * tests/silentf90.test: Likewise.
+       * tests/silent3.test: Removed useless call to "make distclean".
+       * tests/silent4.test: Likewise.
+       * tests/silent9.test: Likewise.
+
 2010-11-19  Ian Lance Taylor  <iant@google.com>
 
        Sync config-ml.in from GCC.
index d0a013104876dfed9774966ed9ff21c30e8cd58f..dce97d14d5700c12e6fa801ea5b5207daa2dcd03 100755 (executable)
@@ -85,6 +85,4 @@ grep ' -o libfoo' stdout
 # The libtool command line can contain e.g. a `--tag=CC' option.
 sed 's/--tag=[^ ]*/--tag=x/g' stdout | $EGREP '(CC|LD) ' && Exit 1
 
-$MAKE distclean
-
 :
index c6c1298bc92615ba4e145f68fe620279bc54f0fb..3f79b0ccf34077edd9ba4d822e858ea92eb8d887 100755 (executable)
@@ -86,6 +86,4 @@ grep ' -o libfoo' stdout
 # The libtool command line can contain e.g. a `--tag=CC' option.
 sed 's/--tag=[^ ]*/--tag=x/g' stdout | $EGREP '(CC|LD) ' && Exit 1
 
-$MAKE distclean
-
 :
index 11375f8e6a8a5bb0332dd46b90e0bbadb3ed6d2f..0fdc94b69621930f8d46dba23c39d75c55b7343a 100755 (executable)
@@ -85,6 +85,4 @@ grep ' -o libfoo' stdout
 # The libtool command line can contain e.g. a `--tag=CC' option.
 sed 's/--tag=[^ ]*/--tag=x/g' stdout | $EGREP '(CC|LD) ' && Exit 1
 
-$MAKE distclean
-
 :
index 54a15a117e806fbd81b7a3edcdf589d96f3d2948..2defa45dc7eefb6ccb9763cf26ce534cf9644c60 100755 (executable)
@@ -91,7 +91,4 @@ grep ' -o ' stdout
 
 $EGREP '(F77|FC|LD) ' stdout && Exit 1
 
-$MAKE clean
-$MAKE maintainer-clean
-
 :
index 6435fb411e7e87cc17591fb2020ecaa293b58704..261b18ebc83c0959db3d9f99c77a04e9e36f6d75 100755 (executable)
@@ -91,7 +91,4 @@ grep ' -o ' stdout
 
 $EGREP '(F77|FC|LD) ' stdout && Exit 1
 
-$MAKE clean
-$MAKE maintainer-clean
-
 :