From: Russ Cox Date: Wed, 7 Mar 2012 16:38:05 +0000 (-0500) Subject: make.bash: fix old builds X-Git-Tag: weekly.2012-03-13~138 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=318465b52aad848cb538db54d4b03f4d7608325a;p=gostls13.git make.bash: fix old builds Fixes #3222. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5761044 --- diff --git a/src/make.bash b/src/make.bash index aaee75e460..3668e92046 100755 --- a/src/make.bash +++ b/src/make.bash @@ -76,6 +76,9 @@ do fi done +# Clean old generated file that will cause problems in the build. +rm -f ./pkg/runtime/runtime_defs.go + # Finally! Run the build. echo '# Building C bootstrap tool.'