From 255ed347dbf24a047bca965ad368f5d18e2f5c18 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Thu, 27 Aug 1998 20:20:06 +0000 Subject: [PATCH] disable updating the build number in about-all.html everytime you build. needs to be turned on for official releases only until ckid/mcvs resource problem is solved. editing about-all.html causes file to be blown away. --- build/mac/BuildMozillaDebug.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/mac/BuildMozillaDebug.pl b/build/mac/BuildMozillaDebug.pl index 9cb5c1dd5f9..2c22d685f61 100644 --- a/build/mac/BuildMozillaDebug.pl +++ b/build/mac/BuildMozillaDebug.pl @@ -36,7 +36,9 @@ chdir("::::"); # Make and popuplate the dist directory DistMozilla(); -SetBuildNumber(); +# Set the build number in about-all.html. Commented out for now +# until ckid/mcvs resource problem is resolved. +# SetBuildNumber(); # Now build the projects BuildMozilla();