checkin mac script changes to generate build numbers on macintosh

git-svn-id: svn://10.0.0.236/trunk@25281 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1999-03-27 00:55:59 +00:00
parent 63824a54a8
commit 85003a48d1
2 changed files with 5 additions and 8 deletions

View File

@@ -70,12 +70,6 @@ if ($build{all})
chdir("::::");
$MOZ_SRC = cwd();
if ($MOZ_FULLCIRCLE)
{
#// Get the Build Number for the Master.ini(Full Circle) n'stuff
$buildnum = Moz::SetBuildNumber();
}
OpenErrorLog("NGLayoutBuildLog");
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
@@ -86,6 +80,8 @@ if ($pull{all}) {
Checkout();
}
SetBuildNumber();
chdir($MOZ_SRC);
BuildDist();
@@ -93,3 +89,4 @@ chdir($MOZ_SRC);
BuildProjects();
print "Build layout complete\n";

View File

@@ -380,8 +380,8 @@ sub InstallFromManifest($;$)
close (BDATE);
close (OUTPUT);
system ("perl :mozilla:config:aboutime.pl :mozilla:l10n:us:xp:about-all.html :mozilla:config:build_number");
system ("perl :mozilla:config:aboutime.pl :mozilla:xpfe:browser:src:navigator.xul :mozilla:config:build_number");
die;
}
sub SetAgentString