summaryrefslogtreecommitdiff
path: root/src/make.bat
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-03-17 00:32:48 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-03-17 00:32:48 +0800
commit8142283175e0fe5ec5056552b52699e4acaad395 (patch)
tree9828999de12c9db57e6c2a3482ee46d728ce1958 /src/make.bat
parentffa8d341d0eb966056fe42345838c16c8bd892ba (diff)
downloadgo-8142283175e0fe5ec5056552b52699e4acaad395.tar.gz
make.bat: don't show error message if old generated files do not exist
R=golang-dev, alex.brainman, mattn.jp CC=golang-dev http://codereview.appspot.com/5843045
Diffstat (limited to 'src/make.bat')
-rw-r--r--src/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bat b/src/make.bat
index fd4ce890e..82d9452f3 100644
--- a/src/make.bat
+++ b/src/make.bat
@@ -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