From 0c0cedbbc6eb8a5ea94338081d6b5e4ee89969d3 Mon Sep 17 00:00:00 2001 From: "mcmullen%netscape.com" Date: Thu, 27 May 1999 00:00:38 +0000 Subject: [PATCH] Set switches to prevent whining. git-svn-id: svn://10.0.0.236/trunk@32820 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/BuildNGLayout.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/build/mac/BuildNGLayout.pl b/mozilla/build/mac/BuildNGLayout.pl index 7407a770101..a13bf9ded12 100644 --- a/mozilla/build/mac/BuildNGLayout.pl +++ b/mozilla/build/mac/BuildNGLayout.pl @@ -74,10 +74,10 @@ $CLOBBER_DIST_LIBS = 0; # turn on to clobber only aliases/files for libraries/ # and do not affect what is built. #----------------------------------------------- $CodeWarriorLib::CLOSE_PROJECTS_FIRST - = 1; + = 0; # 1 = close then make (for development), # 0 = make then close (for tinderbox). -$USE_TIMESTAMPED_LOGS = 1; +$USE_TIMESTAMPED_LOGS = 0; #----------------------------------------------- # END OF CONFIG SWITCHES #-----------------------------------------------