mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
Fix bug in previous checkin
llvm-svn: 8694
This commit is contained in:
parent
92b65ebb52
commit
4a8c37b4c5
@ -198,7 +198,7 @@ my $BuildWallTime = GetRegexNum "^real", 1, "([0-9.]+)","$Prefix-Build-Log.txt";
|
||||
|
||||
my $BuildError = "";
|
||||
if (`grep '^gmake[^:]*: .*Error' $Prefix-Build-Log.txt | wc -l` + 0 ||
|
||||
`grep '^gmake: \*\*\*.*Stop.`+0) {
|
||||
`grep '^gmake: \*\*\*.*Stop.' $Prefix-Build-Log.txt | wc -l`+0) {
|
||||
$BuildError = "<h3><font color='red'>Build error: compilation " .
|
||||
"<a href=\"$DATE-Build-Log.txt\">aborted</a></font></h3>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user