]> granicus.if.org Git - python/commitdiff
Force a clean of the tcltk/tcltk64 directories now that we've completely changed...
authorTrent Nelson <trent.nelson@snakebite.org>
Wed, 19 Mar 2008 21:51:16 +0000 (21:51 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Wed, 19 Mar 2008 21:51:16 +0000 (21:51 +0000)
Tools/buildbot/external-common.bat

index ecf9901ccc70454fd6a6c5570837d1722b36f896..729c5e7ec8f2cff1d19275d48edfe9e9c10858b4 100644 (file)
@@ -5,8 +5,8 @@ cd ..
 @rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment\r
 @rem the following, check it in, then check it out, comment it out, then check it back in.\r
 @rem if exist bzip2-1.0.3 rd /s/q bzip2-1.0.3\r
-@rem if exist tcltk rd /s/q tcltk\r
-@rem if exist tcltk64 rd /s/q tcltk64\r
+if exist tcltk rd /s/q tcltk\r
+if exist tcltk64 rd /s/q tcltk64\r
 @rem if exist tcl8.4.12 rd /s/q tcl8.4.12\r
 @rem if exist tcl8.4.16 rd /s/q tcl8.4.16\r
 @rem if exist tcl-8.4.18.1 rd /s/q tcl-8.4.18.1\r