diff options
author | Kevin Koch <kpkoch@mit.edu> | 2007-04-23 15:54:19 +0000 |
---|---|---|
committer | Kevin Koch <kpkoch@mit.edu> | 2007-04-23 15:54:19 +0000 |
commit | d6658915d06df1f90191b2ff12c7c4a61ab0e47e (patch) | |
tree | 70e34d4e549db3a36e51e3b43c5d08e0436e7be4 /src/windows/build/sdkfiles.xml | |
parent | bf95c447389c32e3555ea5cc5513a5ede2233ff2 (diff) | |
download | krb5-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/sdkfiles.xml')
-rw-r--r-- | src/windows/build/sdkfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/build/sdkfiles.xml b/src/windows/build/sdkfiles.xml index 3c1481f17c..37a5f422c7 100644 --- a/src/windows/build/sdkfiles.xml +++ b/src/windows/build/sdkfiles.xml @@ -7,7 +7,7 @@ <File name="relnotes.html" from="doc\kerberos" to="doc" />
<File name="kclient.rtf" from="athena\auth\krb4\kclient\doc" to="doc" />
- <File name="msi-deployment-guide.txt" from="athena\auth\krb5\src\windows\installer\wix\" to="\doc" />
+ <File name="msi-deployment-guide.txt" from="athena\auth\krb5\src\windows\installer\wix\" to="\doc" />
<File name="*.*" from="staging\inc" to="inc" />
<!-- loadfuncs.c is deliberately here. Otherwise, *.h would work. -->
|