Skip to content

Commit bbf480a

Browse files
committed
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 <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 62ccee4 commit bbf480a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/all.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(! test -f make.rc){
1010
exit wrongdir
1111
}
1212

13-
. ./make.rc --no-banner
13+
. ./make.rc --no-banner $*
1414
bind -b $GOROOT/bin /bin
1515
./run.rc --no-rebuild
1616
$GOTOOLDIR/dist banner # print build info

0 commit comments

Comments
 (0)