1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:30:13 -06: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:
Shenghou Ma 2012-04-10 01:49:49 +08:00
parent 342658bbb6
commit 149983f136

View File

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