1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:57:57 -07:00

make.bash: fix old builds

Fixes #3222.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5761044
This commit is contained in:
Russ Cox 2012-03-07 11:38:05 -05:00
parent 40807282ac
commit 318465b52a

View File

@ -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.'