]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/race.bat
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / race.bat
index 8f0355612cb3f3d5b065ae41a3ea9a6a39fb60ca..d395e19f9741ddc2f8343ef932cdaf9bd6a59312 100644 (file)
@@ -16,11 +16,11 @@ goto end
 :ok\r
 \r
 set GOROOT=%CD%\..\r
-call make.bat --dist-tool >NUL\r
+call .\make.bat --dist-tool >NUL\r
 if errorlevel 1 goto fail\r
 .\cmd\dist\dist.exe env -w -p >env.bat\r
 if errorlevel 1 goto fail\r
-call env.bat\r
+call .\env.bat\r
 del env.bat\r
 \r
 if %GOHOSTARCH% == amd64 goto continue\r
@@ -28,7 +28,7 @@ echo Race detector is only supported on windows/amd64.
 goto fail\r
 \r
 :continue\r
-call make.bat --no-banner --no-local\r
+call .\make.bat --no-banner --no-local\r
 if %GOBUILDFAIL%==1 goto end\r
 echo # go install -race std\r
 go install -race std\r