Commit 318465b5 authored by Russ Cox's avatar Russ Cox

make.bash: fix old builds

Fixes #3222.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5761044
parent 40807282
......@@ -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.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment