mkcheck.in (explanation): Retain output of all failing compiles.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 22 Nov 2000 06:37:14 +0000 (06:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 22 Nov 2000 06:37:14 +0000 (06:37 +0000)
2000-11-21  Loren J. Rittle  <ljrittle@acm.org>

        * mkcheck.in (explanation): Retain output of all failing
        compiles.  Don't add gratuitous space to the log file.

From-SVN: r37647

libstdc++-v3/mkcheck.in

index 42902f853fe5d4633ac542c0c465a36dec7223c9..edc41ffdb7ca5f550316345966f4fbb721bac038 100755 (executable)
@@ -423,7 +423,7 @@ test_file()
     else
         # the file did not compile/link.
         printf "\n" >> $LOG_FILE
-        `cat compile.out > $LOG_FILE` 
+        `cat compile.out >> $LOG_FILE` 
        rm compile.out
         RESULT="-b"
         TEXT="0"