From: Akshat Kumar Date: Fri, 22 Feb 2013 23:22:39 +0000 (+0100) Subject: all.rc: make sure the Go tools end up in /bin X-Git-Tag: go1.1rc2~889 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=046e035fcaf4727e9ac7af554beea87d02618f15;p=gostls13.git 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 --- diff --git a/src/all.rc b/src/all.rc index 04d4b255c0..b9d4c32eb9 100755 --- a/src/all.rc +++ b/src/all.rc @@ -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