summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-08-17 19:19:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-08-17 19:19:32 (GMT)
commit59e9ac8ebed57b5b96c51e2bf56f8953f2fd5e2a (patch)
tree4f9418560e18b212aace2bf99a323c27887a5be7 /Tools
parent4c6b0d5bec587770e0d83b550faae97fe251cc65 (diff)
downloadcpython-59e9ac8ebed57b5b96c51e2bf56f8953f2fd5e2a.zip
cpython-59e9ac8ebed57b5b96c51e2bf56f8953f2fd5e2a.tar.gz
cpython-59e9ac8ebed57b5b96c51e2bf56f8953f2fd5e2a.tar.bz2
Merge 51340 and 51341 from 2.5 branch:
Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/external.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/external.bat b/Tools/buildbot/external.bat
index c6d252d..463285f 100644
--- a/Tools/buildbot/external.bat
+++ b/Tools/buildbot/external.bat
@@ -28,6 +28,7 @@ if not exist tcl8.4.12 (
cd tk8.4.12\win
nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12
nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
+ cd ..\..
)
@rem sqlite