aboutsummaryrefslogtreecommitdiff
path: root/src/all.rc
AgeCommit message (Collapse)Author
2020-04-20all.rc: pass arguments to make.rcCherry Zhang
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>
2013-02-26build: do not set GOBIN on Plan 9Anthony Martin
Also, I synced the rc files with changes that have been made to make.bash, etc. R=seed, rminnich, r CC=golang-dev https://golang.org/cl/7389049
2013-02-23all.rc: make sure the Go tools end up in /binAkshat Kumar
At least one test (in package runtime) depends on `go' being in $path. We simply bind GOROOT/bin before /bin to make sure the latest copy of the binary is accessible there. R=rsc, rminnich, ality CC=golang-dev https://golang.org/cl/7391047
2012-05-01build: dist-based build for Plan 9Anthony Martin
R=rsc, iant, iant, seed CC=golang-dev https://golang.org/cl/5608059