Commit 046e035f authored by Akshat Kumar's avatar Akshat Kumar Committed by Ron Minnich

all.rc: make sure the Go tools end up in /bin

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
parent 722ee1f4
......@@ -9,5 +9,6 @@ if(! test -f make.rc){
}
. ./make.rc --no-banner
bind -b $GOROOT/bin /bin
./run.rc --no-rebuild
$GOTOOLDIR/dist banner # print build info
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment