Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7490554

Browse files
committed
Revert Tools/buildbot/external-common.bat to normal (with updated versions).
2 parents c6d6784 + 60cc211 commit 7490554

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

Tools/buildbot/external-common.bat

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,10 @@ cd ..
55
@rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
66
@rem the following, check it in, then check it out, comment it out, then check it back in.
77
@rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6
8-
if exist tcltk rd /s/q tcltk
9-
if exist tcltk64 rd /s/q tcltk64
10-
if exist tcl8.4.12 rd /s/q tcl8.4.12
11-
if exist tcl8.4.16 rd /s/q tcl8.4.16
12-
if exist tcl-8.4.18.1 rd /s/q tcl-8.4.18.1
13-
if exist tcl-8.5.2.1 rd /s/q tcl-8.5.2.1
14-
if exist tcl-8.5.9.0 rd /s/q tcl-8.5.9.0
15-
if exist tcl-8.5.11.0 rd /s/q tcl-8.5.11.0
16-
if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0
17-
if exist tk8.4.12 rd /s/q tk8.4.12
18-
if exist tk8.4.16 rd /s/q tk8.4.16
19-
if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
20-
if exist tk-8.5.2.0 rd /s/q tk-8.5.2.0
21-
if exist tk-8.5.9.0 rd /s/q tk-8.5.9.0
22-
if exist tk-8.5.11.0 rd /s/q tk-8.5.11.0
23-
if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
8+
@rem if exist tcltk rd /s/q tcltk
9+
@rem if exist tcltk64 rd /s/q tcltk64
10+
@rem if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0
11+
@rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
2412
@rem if exist db-4.4.20 rd /s/q db-4.4.20
2513
@rem if exist openssl-1.0.1e rd /s/q openssl-1.0.1g
2614
@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12

0 commit comments

Comments
 (0)