mirror of https://github.com/golang/go.git
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