From 8142283175e0fe5ec5056552b52699e4acaad395 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Sat, 17 Mar 2012 00:32:48 +0800 Subject: 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 --- src/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/make.bat') 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 -- cgit v1.2.1