diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-22 06:37:14 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-22 06:37:14 +0000 |
| commit | 068b98d12955faceb6e3bd6fbbf07dd594fe8cb6 (patch) | |
| tree | 90eb878eab832056806afe217143146fc65acc83 | |
| parent | 85fdcd4fe8e04064a6960e14ead4d12255478ea1 (diff) | |
| download | ppe42-gcc-068b98d12955faceb6e3bd6fbbf07dd594fe8cb6.tar.gz ppe42-gcc-068b98d12955faceb6e3bd6fbbf07dd594fe8cb6.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37647 138bc75d-0d04-0410-961f-82ee72b054a4
| -rwxr-xr-x | libstdc++-v3/mkcheck.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index 42902f853fe..edc41ffdb7c 100755 --- a/libstdc++-v3/mkcheck.in +++ b/libstdc++-v3/mkcheck.in @@ -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" |

