mirror of
https://github.com/golang/go
synced 2024-11-20 07:54:39 -07:00
make.bat: Fix for old files
Same fix as applied here: https://golang.org/cl/5761044 Fixes #3222. R=golang-dev, alex.brainman, rsc CC=golang-dev https://golang.org/cl/5838043
This commit is contained in:
parent
e5cc09a75d
commit
8009542f55
@ -28,6 +28,9 @@ cd src
|
||||
if "x%GOROOT_FINAL%"=="x" set GOROOT_FINAL=%GOROOT%
|
||||
set DEFGOROOT=-DGOROOT_FINAL="\"%GOROOT_FINAL:\=\\%\""
|
||||
|
||||
:: Clean old generated file that will cause problems in the build.
|
||||
del /F ".\pkg\runtime\runtime_defs.go"
|
||||
|
||||
echo # Building C bootstrap tool.
|
||||
echo cmd/dist
|
||||
if not exist ..\bin\tool mkdir ..\bin\tool
|
||||
|
Loading…
Reference in New Issue
Block a user