summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-17 10:23:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-17 10:23:23 (GMT)
commit98dbfab9093f26484fa0d79afe5868bf7c38d58b (patch)
treecf6eef939c9a7e7febc49ebb54af29eba7ece0c6 /Tools
parent5b3bf0dd5e36945015b4b698c6d2f8e6084ee213 (diff)
downloadcpython-98dbfab9093f26484fa0d79afe5868bf7c38d58b.zip
cpython-98dbfab9093f26484fa0d79afe5868bf7c38d58b.tar.gz
cpython-98dbfab9093f26484fa0d79afe5868bf7c38d58b.tar.bz2
Rename binary to avoid conflicts with hanging processes on x86 w2k.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/kill_python.bat2
-rw-r--r--Tools/buildbot/kill_python.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/kill_python.bat b/Tools/buildbot/kill_python.bat
index d78b6d4..cbc677f 100644
--- a/Tools/buildbot/kill_python.bat
+++ b/Tools/buildbot/kill_python.bat
@@ -1,3 +1,3 @@
cd Tools\buildbot
nmake /C /S /f kill_python.mak
-kill_python.exe
+kill_python2.exe
diff --git a/Tools/buildbot/kill_python.mak b/Tools/buildbot/kill_python.mak
index 6027d3f..aafd1e4 100644
--- a/Tools/buildbot/kill_python.mak
+++ b/Tools/buildbot/kill_python.mak
@@ -1,2 +1,2 @@
kill_python.exe: kill_python.c
- cl -nologo -o kill_python.exe kill_python.c psapi.lib
+ cl -nologo -o kill_python2.exe kill_python.c psapi.lib