Changed to the log filename to "Mozilla.BuildLog" as required by the Tinderbox script.

This commit is contained in:
pierre%netscape.com 1998-08-01 02:37:32 +00:00
Родитель a45b2ebb58
Коммит b8343322aa
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -117,12 +117,18 @@ if ($build{all})
chdir("::::");
$MOZ_SRC = cwd();
Moz::StopForErrors();
#Moz::DontStopForErrors();
OpenErrorLog("::NGLayoutBuildLog");
#OpenErrorLog("::NGLayoutBuildLog");
OpenErrorLog("::Mozilla.BuildLog"); # Tinderbox requires that name
Checkout();
chdir($MOZ_SRC);
BuildDist();
chdir($MOZ_SRC);
BuildProjects();
print "Build layout complete\n";