diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-07-31 10:50:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-07-31 10:50:16 (GMT) |
commit | 73a01d4fb3c1e894b06f7f5860ae6878f7ec5f57 (patch) | |
tree | 1449e9c52e8533fe00aaac37c161be50daabf4ab /Tools | |
parent | 26d3fc1738ebb2f1dd097009bca44acc1f7362cd (diff) | |
download | cpython-73a01d4fb3c1e894b06f7f5860ae6878f7ec5f57.zip cpython-73a01d4fb3c1e894b06f7f5860ae6878f7ec5f57.tar.gz cpython-73a01d4fb3c1e894b06f7f5860ae6878f7ec5f57.tar.bz2 |
Delete openssl checkouts.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/external-common.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index bb274f7..a75ea82 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -14,7 +14,8 @@ cd .. @rem if exist tk8.4.16 rd /s/q tk8.4.16
@rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
@rem if exist db-4.4.20 rd /s/q db-4.4.20
-@rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
+rem if exist openssl-0.9.8l rd /s/q openssl-0.9.8l
+rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem bzip
|