summaryrefslogtreecommitdiffstats
path: root/src/windows/build/BKWconfig.xml
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-27 18:41:34 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-27 18:41:34 +0000
commitcbcc29c1892ba744d67471a9b386077fac18c50f (patch)
tree4eb285683405e03e0c312151feb827d0279df646 /src/windows/build/BKWconfig.xml
parentebe7571630540b34875ff9b916b6ebd2c6450324 (diff)
downloadkrb5-cbcc29c1892ba744d67471a9b386077fac18c50f.tar.gz
krb5-cbcc29c1892ba744d67471a9b386077fac18c50f.tar.xz
krb5-cbcc29c1892ba744d67471a9b386077fac18c50f.zip
Correct error message text, add comments, change some command line defaults. Change plink path
Target_Version: 1.6.1 Ticket: 5490 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19293 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build/BKWconfig.xml')
-rw-r--r--src/windows/build/BKWconfig.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/windows/build/BKWconfig.xml b/src/windows/build/BKWconfig.xml
index c7296ece4f..7c536da024 100644
--- a/src/windows/build/BKWconfig.xml
+++ b/src/windows/build/BKWconfig.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8" ?>
<!-- BKW: Build Kerberos for Windows -->
<BKW_Config>
<CommandLine>
@@ -15,13 +15,13 @@
<unixfind path ="c:\cygwin\bin" />
</Directories>
<Options>
- <debug value="0" />
+ <debug value="1" />
<logfile value="1" path="bkw.pl.log" />
<repository value="skip" />
<clean value="0" />
<nomake value="0" />
<nopackage value="0" />
- <verbose value="0" />
+ <verbose value="1" />
<vverbose value="0" />
</Options>
</CommandLine>
@@ -31,12 +31,13 @@
<CVSROOT name=":kserver:cvs.mit.edu:/cvs/pismere" />
<SVNURL name="svn.mit.edu" /> <!-- NB: No protocol or slashes!! -->
<KERBEROS_ID name="kpkoch" />
- <KRB_PLINK name="c:\downloads\plink.exe" /> <!-- Path to a kerberized plink, needed for svn. -->
+ <KRB_PLINK name="plink.exe" /> <!-- Path to a kerberized plink, needed for svn. -->
+ <!-- NB: Path separators must be doubled backslashes. EG: C:\\WINDOWS\\PLINK.EXE -->
</Config>
</FetchSources>
<Make>
<Prunes> <!-- Files to be removed from current build to match what is in the 3.1 distribution: -->
- <Prune dummy="foo" />
+ <Prune dummy="foo" /> <!-- Force XML::Simple behavior -->
<Prune name="afsauth" />
<Prune name="aklog" />
<Prune name="vs" />
@@ -129,7 +130,7 @@
<Requires>
<Switch dummy="foo" />
<Switch name="REPOSITORY" value="CHECKOUT"/>
- <ErrorMsg text="Can't build source zip unless both /REPOSITORY CHECKOUT is specified." />
+ <ErrorMsg text="Can't build source zip unless /REPOSITORY CHECKOUT is specified." />
</Requires>
</Zip>
</Zips>