No need to repeat the word `build' since it's under `Build status'

llvm-svn: 19481
This commit is contained in:
Misha Brukman 2005-01-11 19:51:24 +00:00
parent 8cf9cdae3d
commit 7b98f7407b
1 changed files with 1 additions and 1 deletions

View File

@ -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"; }
}