]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/all.bat
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / all.bat
index ae835d992f318d4440f2d8ffad0769e154e7ecf3..d5abec141f31aa277ebdc151ef9830c1c20fd82e 100644 (file)
@@ -12,15 +12,10 @@ echo all.bat must be run from go\src
 goto end\r
 :ok\r
 \r
-set OLDPATH=%PATH%\r
-call make.bat --no-banner --no-local\r
+call .\make.bat --no-banner --no-local\r
 if %GOBUILDFAIL%==1 goto end\r
-call run.bat --no-rebuild --no-local\r
+call .\run.bat --no-rebuild --no-local\r
 if %GOBUILDFAIL%==1 goto end\r
-:: we must restore %PATH% before running "dist banner" so that the latter\r
-:: can get the original %PATH% and give suggestion to add %GOROOT%/bin\r
-:: to %PATH% if necessary.\r
-set PATH=%OLDPATH%\r
 "%GOTOOLDIR%/dist" banner\r
 \r
 :end\r