summaryrefslogtreecommitdiffstats
path: root/src/windows/build/makeZip.pl
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-04-01 18:42:18 +0000
committerKevin Koch <kpkoch@mit.edu>2007-04-01 18:42:18 +0000
commit95b3a38b02061319a950772662287cabf40860b2 (patch)
tree89427ebf887afdae880e47eb736285a289999660 /src/windows/build/makeZip.pl
parentd2538fba2160d81ed76482cc0d961e3d85a91f54 (diff)
downloadkrb5-95b3a38b02061319a950772662287cabf40860b2.tar.gz
krb5-95b3a38b02061319a950772662287cabf40860b2.tar.xz
krb5-95b3a38b02061319a950772662287cabf40860b2.zip
Be smarter about cleaning the staging area.
Clean output area if packaging. (Will not clean if -nopackage specified.) Pull corebinaries from staging area instead of from target area. Don't sign before making zips. Build products are only signed in the staging area before any packaging is done. (Packaging products are signed when copied to the output area.) Previous change: Add relnotes.html to output area. Target_Version: 1.6.1 Ticket: 5490 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19371 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build/makeZip.pl')
-rw-r--r--src/windows/build/makeZip.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/windows/build/makeZip.pl b/src/windows/build/makeZip.pl
index a805b74538..4162386df4 100644
--- a/src/windows/build/makeZip.pl
+++ b/src/windows/build/makeZip.pl
@@ -89,11 +89,6 @@ sub makeZip {
$ENV{PATH} = $savedPATH;
}
- # Sign files:
- if ($switches[0]->{sign}->{value}) {
- signFiles($zip->{Config}->{Signing}, $config);
- }
-
local $zipfile = Archive::Zip->new();
local $topdir = $zip->{topdir};
$topdir =~ s/%filestem%/$filestem/g;