@@ -78,7 +78,7 @@ where hg /q || echo Cannot find Mercurial on PATH && exit /B 1
78
78
79
79
where dlltool /q && goto skipdlltoolsearch
80
80
set _DLLTOOL_PATH =
81
- where /R " %EXTERNALS% \" dlltool > " %TEMP% \dlltool.loc" 2 > nul && set /P _DLLTOOL_PATH = < " %TEMP% \dlltool.loc" & del " %TEMP% \dlltool.loc"
81
+ where /R " %EXTERNALS% \" dlltool > " %TEMP% \dlltool.loc" 2 > nul && set /P _DLLTOOL_PATH = < " %TEMP% \dlltool.loc" & del " %TEMP% \dlltool.loc"
82
82
if not exist " %_DLLTOOL_PATH% " echo Cannot find binutils on PATH or in external && exit /B 1
83
83
for %%f in (%_DLLTOOL_PATH% ) do set PATH = %PATH% ;%%~dpf
84
84
set _DLLTOOL_PATH =
@@ -143,13 +143,13 @@ if not "%SKIPBUILD%" EQU "1" (
143
143
@ if errorlevel 1 exit /B
144
144
@ rem build.bat turns echo back on, so we disable it again
145
145
@ echo off
146
-
146
+
147
147
if " %PGO% " EQU " " (
148
148
@ call " %PCBUILD% build.bat" -e -p %BUILD_PLAT% -t %TARGET% %CERTOPTS%
149
149
) else (
150
150
@ call " %PCBUILD% build.bat" -e -p %BUILD_PLAT% -c PGInstrument -t %TARGET% %CERTOPTS%
151
151
@ if errorlevel 1 exit /B
152
-
152
+
153
153
@ del " %BUILD% *.pgc"
154
154
if " %PGO% " EQU " default" (
155
155
" %BUILD% python.exe" -m test -q --pgo
@@ -158,12 +158,10 @@ if not "%SKIPBUILD%" EQU "1" (
158
158
" %BUILD% python.exe" -m test -r -q --pgo
159
159
) else if " %PGO% " EQU " default10" (
160
160
for /L %%i in (0, 1, 9) do " %BUILD% python.exe" -m test -q -r --pgo
161
- ) else if " %PGO% " EQU " pybench" (
162
- " %BUILD% python.exe" " %PCBUILD% ..\Tools\pybench\pybench.py"
163
161
) else (
164
162
" %BUILD% python.exe" %PGO%
165
163
)
166
-
164
+
167
165
@ call " %PCBUILD% build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t Build %CERTOPTS%
168
166
)
169
167
@ if errorlevel 1 exit /B
@@ -214,7 +212,6 @@ echo Shortcut Description
214
212
echo default Test suite with --pgo
215
213
echo default2 2x test suite with --pgo and randomized test order
216
214
echo default10 10x test suite with --pgo and randomized test order
217
- echo pybench pybench script
218
215
echo .
219
216
echo The following substitutions will be applied to the download URL:
220
217
echo Variable Description Example
0 commit comments