]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all.rc: pass arguments to make.rc
authorCherry Zhang <cherryyz@google.com>
Mon, 20 Apr 2020 01:12:04 +0000 (21:12 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 20 Apr 2020 04:53:46 +0000 (04:53 +0000)
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>

src/all.rc

index 14e2f5565aebaabeeef51566b985a1c2677e928d..45b1261a2064a67c1e00816ed323898592d12cd2 100755 (executable)
@@ -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