From: Kevin Koch Date: Thu, 29 Mar 2007 15:48:15 +0000 (+0000) Subject: Change DEBUG and VERBOSE defaults so that omitting them from the command line has... X-Git-Tag: krb5-1.7-alpha1~1200 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad61255726861bc44f474ed5b5132dce8be33531;p=krb5.git Change DEBUG and VERBOSE defaults so that omitting them from the command line has an effect! Pass NODEBUG=1 to build.pl. Target_Version: 1.6.1 Ticket: 5490 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19305 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/build/BKWconfig.xml b/src/windows/build/BKWconfig.xml index 15c72f21b..9818db79c 100644 --- a/src/windows/build/BKWconfig.xml +++ b/src/windows/build/BKWconfig.xml @@ -15,13 +15,13 @@ - + - + diff --git a/src/windows/build/bkw.pl b/src/windows/build/bkw.pl index 674498b76..69b523c5d 100644 --- a/src/windows/build/bkw.pl +++ b/src/windows/build/bkw.pl @@ -374,8 +374,8 @@ sub main { chdir("pismere/athena") or die "Fatal -- couldn't chdir to source directory $wd\\pismere\\athena\n"; if ($verbose) {print "Info -- chdir to $wd\\pismere\\athena\n";} - local $log = ($switches[0]->{logfile}->{value}) ? " " : " --nolog "; - !system("perl ../scripts/build.pl --softdirs --nolog $buildtarget") or die "Fatal -- build $buildtarget failed."; + my $dbgswitch = ($switches[0]->{debug}->{value}) ? " " : "NODEBUG=1"; + !system("perl ../scripts/build.pl --softdirs --nolog $buildtarget $dbgswitch") or die "Fatal -- build $buildtarget failed."; chdir("$wd\\pismere") or die "Fatal -- couldn't chdir to $wd\\pismere."; if ($clean) {