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

Skip to content

Commit 18cc344

Browse files
author
Hirokazu Yamamoto
committed
Revert previous commit.
1 parent 83eadd1 commit 18cc344

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

Tools/buildbot/external-common.bat

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22
@rem fetching external components into the root\.. buildbot directories.
33

44
cd ..
5-
6-
@rem XXX: This will be gone soon after Windows7(py3k) buildbot will run.
7-
8-
@rem Print nasmw version
9-
for %%i in (nasmw.exe) do (
10-
if not "%%=$PATH" == "" (
11-
%%~$PATH:i -v
12-
)
13-
)
14-
15-
@rem Compare asm files
16-
for %%i in (openssl-1.0.0a\asm32\*.asm) do (
17-
fc %%~fi openssl-1.0.0a\tmp32\%%~nxi
18-
)
19-
205
@rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
216
@rem the following, check it in, then check it out, comment it out, then check it back in.
227
@rem if exist bzip2-1.0.5 rd /s/q bzip2-1.0.5
@@ -29,7 +14,7 @@ for %%i in (openssl-1.0.0a\asm32\*.asm) do (
2914
@rem if exist tk8.4.16 rd /s/q tk8.4.16
3015
@rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
3116
@rem if exist db-4.4.20 rd /s/q db-4.4.20
32-
if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
17+
@rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
3318
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
3419

3520
@rem bzip

0 commit comments

Comments
 (0)