summaryrefslogtreecommitdiffstats
path: root/src/windows/build/bkw.pl
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-29 15:48:15 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-29 15:48:15 +0000
commitad61255726861bc44f474ed5b5132dce8be33531 (patch)
treec4949c6d2c566f6c043e339ad214d9ae33d647f2 /src/windows/build/bkw.pl
parentef16b6884b15c8fe50d8a544b235b94e82781e2d (diff)
downloadkrb5-ad61255726861bc44f474ed5b5132dce8be33531.tar.gz
krb5-ad61255726861bc44f474ed5b5132dce8be33531.tar.xz
krb5-ad61255726861bc44f474ed5b5132dce8be33531.zip
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
Diffstat (limited to 'src/windows/build/bkw.pl')
-rw-r--r--src/windows/build/bkw.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/build/bkw.pl b/src/windows/build/bkw.pl
index 674498b768..69b523c5d8 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) {