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 4f05950..e6eb0fc 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 d0a0131..dce97d1 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 c6c1298..3f79b0c 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 11375f8..0fdc94b 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 54a15a1..2defa45 100755 (executable)
@@ -91,7 +91,4 @@ grep ' -o ' stdout
 
 $EGREP '(F77|FC|LD) ' stdout && Exit 1
 
-$MAKE clean
-$MAKE maintainer-clean
-
 :
index 6435fb4..261b18e 100755 (executable)
@@ -91,7 +91,4 @@ grep ' -o ' stdout
 
 $EGREP '(F77|FC|LD) ' stdout && Exit 1
 
-$MAKE clean
-$MAKE maintainer-clean
-
 :