mirror of
https://github.com/golang/go
synced 2024-11-25 03:47: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:
parent
40807282ac
commit
318465b52a
@ -76,6 +76,9 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Clean old generated file that will cause problems in the build.
|
||||||
|
rm -f ./pkg/runtime/runtime_defs.go
|
||||||
|
|
||||||
# Finally! Run the build.
|
# Finally! Run the build.
|
||||||
|
|
||||||
echo '# Building C bootstrap tool.'
|
echo '# Building C bootstrap tool.'
|
||||||
|
Loading…
Reference in New Issue
Block a user