projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c385cdf
)
mkcheck.in (explanation): Retain output of all failing compiles.
author
Loren J. Rittle
<ljrittle@acm.org>
Wed, 22 Nov 2000 06:37:14 +0000
(06:37 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/libstdc++-v3/mkcheck.in
b/libstdc++-v3/mkcheck.in
index 42902f853fe5d4633ac542c0c465a36dec7223c9..edc41ffdb7ca5f550316345966f4fbb721bac038 100755
(executable)
--- 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"