summaryrefslogtreecommitdiff
path: root/src/all.rc
Commit message (Collapse)AuthorAgeFilesLines
* build: do not set GOBIN on Plan 9Anthony Martin2013-02-261-0/+2
| | | | | | | | | Also, I synced the rc files with changes that have been made to make.bash, etc. R=seed, rminnich, r CC=golang-dev https://codereview.appspot.com/7389049
* all.rc: make sure the Go tools end up in /binAkshat Kumar2013-02-231-0/+1
| | | | | | | | | | | | | 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://codereview.appspot.com/7391047 Committer: Ron Minnich <rminnich@gmail.com>
* build: dist-based build for Plan 9Anthony Martin2012-05-011-0/+13
R=rsc, iant, iant, seed CC=golang-dev http://codereview.appspot.com/5608059