mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
No need to repeat the word build' since it's under
Build status'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
947d544e29
commit
2bbea35ce9
@ -417,7 +417,7 @@ my $BuildWallTime = GetRegexNum "^real", 1, "([0-9.]+)","$BuildLog";
|
||||
my $BuildError = "";
|
||||
if (`grep '^gmake[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
|
||||
`grep '^gmake: \*\*\*.*Stop.' $BuildLog | wc -l`+0) {
|
||||
$BuildError = "<h3><font color='red'>Build error: compilation " .
|
||||
$BuildError = "<h3><font color='red'>error: compilation " .
|
||||
"<a href=\"$DATE-Build-Log.txt\">aborted</a></font></h3>";
|
||||
if ($VERBOSE) { print "BUILD ERROR\n"; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user