diff options
author | Trent Nelson <trent.nelson@snakebite.org> | 2008-03-19 22:41:10 (GMT) |
---|---|---|
committer | Trent Nelson <trent.nelson@snakebite.org> | 2008-03-19 22:41:10 (GMT) |
commit | 27f60a65e843d7b5d340818a91e19092df81bda8 (patch) | |
tree | 1e27ae925f2ae735a14abbec3b6701debf006e05 | |
parent | f15cde3732c64c2fa246cae2fd6a3a4589e0d987 (diff) | |
download | cpython-27f60a65e843d7b5d340818a91e19092df81bda8.zip cpython-27f60a65e843d7b5d340818a91e19092df81bda8.tar.gz cpython-27f60a65e843d7b5d340818a91e19092df81bda8.tar.bz2 |
Comment out tcltk/tcltk64 removal.
-rw-r--r-- | Tools/buildbot/external-common.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 729c5e7..ecf9901 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -5,8 +5,8 @@ cd .. @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
+@rem if exist tcltk rd /s/q tcltk
+@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
|