mirror of
https://github.com/golang/go
synced 2024-11-22 05:04:40 -07:00
build: run.bash no longer accepts --no-banner
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5986063
This commit is contained in:
parent
342658bbb6
commit
149983f136
@ -9,5 +9,5 @@ if [ ! -f make.bash ]; then
|
||||
exit 1
|
||||
fi
|
||||
. ./make.bash --no-banner
|
||||
bash run.bash --no-rebuild --banner
|
||||
bash run.bash --no-rebuild
|
||||
$GOTOOLDIR/dist banner # print build info
|
||||
|
Loading…
Reference in New Issue
Block a user