summaryrefslogtreecommitdiffstats
path: root/src/windows/build/BKWconfig.xml
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-04-23 15:54:19 +0000
committerKevin Koch <kpkoch@mit.edu>2007-04-23 15:54:19 +0000
commitd6658915d06df1f90191b2ff12c7c4a61ab0e47e (patch)
tree70e34d4e549db3a36e51e3b43c5d08e0436e7be4 /src/windows/build/BKWconfig.xml
parentbf95c447389c32e3555ea5cc5513a5ede2233ff2 (diff)
downloadkrb5-d6658915d06df1f90191b2ff12c7c4a61ab0e47e.tar.gz
krb5-d6658915d06df1f90191b2ff12c7c4a61ab0e47e.tar.xz
krb5-d6658915d06df1f90191b2ff12c7c4a61ab0e47e.zip
Optimize file/directory pruning
Not tagged yet so it can be evaluated first. Consolidate find and rm operations in prunefiles.pl as suggested by Ken. Remove pruning of SDK files. This hasn't been needed since the installer builds moved from staging to temp directories. Remove debug statement not cleaned up previously. Add a troubleshooting tip to the doc. Ticket: new Target_Version: 1.6.1 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19521 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build/BKWconfig.xml')
-rw-r--r--src/windows/build/BKWconfig.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/windows/build/BKWconfig.xml b/src/windows/build/BKWconfig.xml
index 30c77f9185..42cf1543b8 100644
--- a/src/windows/build/BKWconfig.xml
+++ b/src/windows/build/BKWconfig.xml
@@ -67,11 +67,9 @@
</Files>
</CopyList>
<Prunes> <!-- Files to be removed from current build to match what is in the 3.1 distribution: -->
- <Prune dummy="foo" />
<Prune name="CVS" />
<Prune name=".cvsignore" flags="i" />
<Prune name="Changelog" flags="i" />
-<!-- <Prune name="site" /> -->
</Prunes>
<Requires>
<Switch dummy="foo" />
@@ -155,16 +153,6 @@
<Include path="sdkfiles.xml" /> <!-- Included file is relative to location of bkw.pl. -->
</Files>
</CopyList>
- <Prunes>
- <Prune dummy="foo" />
- <Prune name="*.exe" />
- <Prune name="*.msi" />
- <Prune name="*.dll" />
- <Prune name="*.obj" />
- <Prune name="*.wixobj" />
- <Prune name="custom.lib" />
- <Prune name="custom.exp" />
- </Prunes>
</Zip>
</Zips>
<CopyList> <!-- Copied at end of post-package step. -->