mirror of
https://github.com/golang/go
synced 2024-11-24 22:00:09 -07:00
build: fix windows build
TBR=golang-dev CC=golang-dev https://golang.org/cl/5656051
This commit is contained in:
parent
bf2838334c
commit
11f6f7afd6
@ -9,11 +9,14 @@ echo all.bat must be run from go\src
|
|||||||
goto end
|
goto end
|
||||||
:ok
|
:ok
|
||||||
|
|
||||||
|
set GOOLDPATH=%PATH%
|
||||||
|
|
||||||
call make.bat --no-banner
|
call make.bat --no-banner
|
||||||
if %GOBUILDFAIL%==1 goto end
|
if %GOBUILDFAIL%==1 goto end
|
||||||
call run.bat --no-rebuild
|
call run.bat --no-rebuild
|
||||||
if %GOBUILDFAIL%==1 goto end
|
if %GOBUILDFAIL%==1 goto end
|
||||||
..\bin\tool\dist banner
|
go tool dist banner
|
||||||
|
|
||||||
:end
|
:end
|
||||||
|
set PATH=%GOOLDPATH%
|
||||||
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%
|
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%
|
||||||
|
@ -3,14 +3,8 @@
|
|||||||
:: license that can be found in the LICENSE file.
|
:: license that can be found in the LICENSE file.
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set GOOLDPATH=%PATH%
|
|
||||||
set GOBUILDFAIL=0
|
set GOBUILDFAIL=0
|
||||||
|
|
||||||
..\bin\tool\dist env -wp >env.bat
|
|
||||||
if errorlevel 1 goto fail
|
|
||||||
call env.bat
|
|
||||||
del env.bat
|
|
||||||
|
|
||||||
rem TODO avoid rebuild if possible
|
rem TODO avoid rebuild if possible
|
||||||
|
|
||||||
if x%1==x--no-rebuild goto norebuild
|
if x%1==x--no-rebuild goto norebuild
|
||||||
@ -44,4 +38,3 @@ goto end
|
|||||||
set GOBUILDFAIL=1
|
set GOBUILDFAIL=1
|
||||||
|
|
||||||
:end
|
:end
|
||||||
set PATH=%GOOLDPATH%
|
|
||||||
|
Loading…
Reference in New Issue
Block a user