[Python-3000-checkins] r61281 - python/branches/py3k/Tools/buildbot/external.bat

martin.v.loewis python-3000-checkins at python.org
Thu Mar 6 19:38:56 CET 2008


Author: martin.v.loewis
Date: Thu Mar  6 19:38:56 2008
New Revision: 61281

Modified:
   python/branches/py3k/Tools/buildbot/external.bat
Log:
Revert previous checkin; Tcl/Tk seems to build fine.


Modified: python/branches/py3k/Tools/buildbot/external.bat
==============================================================================
--- python/branches/py3k/Tools/buildbot/external.bat	(original)
+++ python/branches/py3k/Tools/buildbot/external.bat	Thu Mar  6 19:38:56 2008
@@ -25,9 +25,6 @@
 )
 
 @rem tcltk
-rd /s/q tcltk
-rd /s/q tcl8.4.16
-rd /s/q tk8.4.16
 if not exist tcl8.4.16 (
    if exist tcltk rd /s/q tcltk
    if exist tcl8.4.12 rd /s/q tcl8.4.12


More information about the Python-3000-checkins mailing list