mirror of
https://github.com/golang/go
synced 2024-11-23 09:20:05 -07:00
all.rc: pass arguments to make.rc
all.bash passes argument to make.bash. Do the same for all.rc. Change-Id: Ic709c6b32c2986ca5acf16520be4ce7f1c058f5b Reviewed-on: https://go-review.googlesource.com/c/go/+/228891 Run-TryBot: Cherry Zhang <cherryyz@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
62ccee49d6
commit
bbf480a8c5
@ -10,7 +10,7 @@ if(! test -f make.rc){
|
||||
exit wrongdir
|
||||
}
|
||||
|
||||
. ./make.rc --no-banner
|
||||
. ./make.rc --no-banner $*
|
||||
bind -b $GOROOT/bin /bin
|
||||
./run.rc --no-rebuild
|
||||
$GOTOOLDIR/dist banner # print build info
|
||||
|
Loading…
Reference in New Issue
Block a user