@@ -78,7 +78,7 @@ where hg /q || echo Cannot find Mercurial on PATH && exit /B 1
7878
7979where dlltool /q && goto skipdlltoolsearch
8080set _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"
8282if not exist " %_DLLTOOL_PATH% " echo Cannot find binutils on PATH or in external && exit /B 1
8383for %%f in (%_DLLTOOL_PATH% ) do set PATH = %PATH% ;%%~dpf
8484set _DLLTOOL_PATH =
@@ -143,13 +143,13 @@ if not "%SKIPBUILD%" EQU "1" (
143143 @ if errorlevel 1 exit /B
144144 @ rem build.bat turns echo back on, so we disable it again
145145 @ echo off
146-
146+
147147 if " %PGO% " EQU " " (
148148 @ call " %PCBUILD% build.bat" -e -p %BUILD_PLAT% -t %TARGET% %CERTOPTS%
149149 ) else (
150150 @ call " %PCBUILD% build.bat" -e -p %BUILD_PLAT% -c PGInstrument -t %TARGET% %CERTOPTS%
151151 @ if errorlevel 1 exit /B
152-
152+
153153 @ del " %BUILD% *.pgc"
154154 if " %PGO% " EQU " default" (
155155 " %BUILD% python.exe" -m test -q --pgo
@@ -158,12 +158,10 @@ if not "%SKIPBUILD%" EQU "1" (
158158 " %BUILD% python.exe" -m test -r -q --pgo
159159 ) else if " %PGO% " EQU " default10" (
160160 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"
163161 ) else (
164162 " %BUILD% python.exe" %PGO%
165163 )
166-
164+
167165 @ call " %PCBUILD% build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t Build %CERTOPTS%
168166 )
169167 @ if errorlevel 1 exit /B
@@ -214,7 +212,6 @@ echo Shortcut Description
214212echo default Test suite with --pgo
215213echo default2 2x test suite with --pgo and randomized test order
216214echo default10 10x test suite with --pgo and randomized test order
217- echo pybench pybench script
218215echo .
219216echo The following substitutions will be applied to the download URL:
220217echo Variable Description Example
0 commit comments