commit | 857d4cf1a924dc23e08204822a51a1baa93a7f21 | [log] [tgz] |
---|---|---|
author | Devon H. O'Dell <devon.odell@gmail.com> | Fri Dec 11 15:14:09 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Fri Dec 11 15:14:09 2009 -0800 |
tree | c27f414c2459f882375ddbc98a3964204dc98fd5 | |
parent | 0714fbb6ae908566c2779579a26b1cb371150ed4 [diff] |
Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev https://golang.org/cl/171044