]> Cypherpunks repositories - gostls13.git/commit
all.rc: make sure the Go tools end up in /bin
authorAkshat Kumar <seed@mail.nanosouffle.net>
Fri, 22 Feb 2013 23:22:39 +0000 (00:22 +0100)
committerRon Minnich <rminnich@gmail.com>
Fri, 22 Feb 2013 23:22:39 +0000 (00:22 +0100)
commit046e035fcaf4727e9ac7af554beea87d02618f15
tree44377b65b2424e406520252c0946ca78699ce685
parent722ee1f4797a81916b19e80df479058897c44923
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
src/all.rc