1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:40:23 -07:00

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
This commit is contained in:
Akshat Kumar 2013-02-23 00:22:39 +01:00 committed by Ron Minnich
parent 722ee1f479
commit 046e035fca

View File

@ -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