1
0
mirror of https://github.com/golang/go synced 2024-10-03 15:31:22 -06:00

make.bat: don't show error message if old generated files do not exist

R=golang-dev, alex.brainman, mattn.jp
CC=golang-dev
https://golang.org/cl/5843045
This commit is contained in:
Shenghou Ma 2012-03-17 00:32:48 +08:00
parent 9b70c70ffb
commit 4aaf03aa74

View File

@ -29,7 +29,7 @@ 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"
del /F ".\pkg\runtime\runtime_defs.go" 2>NUL
echo # Building C bootstrap tool.
echo cmd/dist