Skip to content

Commit

Permalink
all.rc: pass arguments to make.rc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cherrymui committed Apr 20, 2020
1 parent 62ccee4 commit bbf480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/all.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bbf480a

Please sign in to comment.