Skip to content

Commit

Permalink
make.bat: Fix for old files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
christopherredden authored and alexbrainman committed Mar 16, 2012
1 parent e5cc09a commit 8009542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8009542

Please sign in to comment.