[Python-checkins] r61647 - python/trunk/Tools/buildbot/external-common.bat

trent.nelson python-checkins at python.org
Wed Mar 19 23:41:10 CET 2008


Author: trent.nelson
Date: Wed Mar 19 23:41:10 2008
New Revision: 61647

Modified:
   python/trunk/Tools/buildbot/external-common.bat
Log:
Comment out tcltk/tcltk64 removal.

Modified: python/trunk/Tools/buildbot/external-common.bat
==============================================================================
--- python/trunk/Tools/buildbot/external-common.bat	(original)
+++ python/trunk/Tools/buildbot/external-common.bat	Wed Mar 19 23:41:10 2008
@@ -5,8 +5,8 @@
 @rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
 @rem the following, check it in, then check it out, comment it out, then check it back in.
 @rem if exist bzip2-1.0.3 rd /s/q bzip2-1.0.3
-if exist tcltk rd /s/q tcltk
-if exist tcltk64 rd /s/q tcltk64
+ at rem if exist tcltk rd /s/q tcltk
+ at rem if exist tcltk64 rd /s/q tcltk64
 @rem if exist tcl8.4.12 rd /s/q tcl8.4.12
 @rem if exist tcl8.4.16 rd /s/q tcl8.4.16
 @rem if exist tcl-8.4.18.1 rd /s/q tcl-8.4.18.1


More information about the Python-checkins mailing list