2000-11-21 Loren J. Rittle <ljrittle@acm.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 02:19:07 +0000 (02:19 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 02:19:07 +0000 (02:19 +0000)
        * mkcheck.in (explanation): Retain output of all failing
        compiles.  Don't add gratuitous space to the log file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37640 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/mkcheck.in

index 9bacd4f..42902f8 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"