]> Cypherpunks repositories - gostls13.git/commit
undo CL 5754088 / cae9a7c0db06
authorRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 21:03:29 +0000 (17:03 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 21:03:29 +0000 (17:03 -0400)
commitbf09a8c9708104c2f2b172d3a2e5ef80198d5256
tree69c49d0a5aec270dad2da10d61910952c28aadad
parentbccafa72107a60c1443bd405849df94349d3302e
undo CL 5754088 / cae9a7c0db06

broke builders

««« original CL description
cmd/go: respect $GOBIN always

Before, we only consulted $GOBIN for source code
found in $GOROOT, but that's confusing to explain
and less useful.  The new behavior lets users set
GOBIN=$HOME/bin and have all go-compiled binaries
installed there.

Fixes #3269.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5754088
»»»

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/5794065
doc/install-source.html
src/cmd/go/build.go
src/cmd/go/doc.go
src/cmd/go/help.go
src/cmd/go/pkg.go