]> Cypherpunks repositories - gostls13.git/commit
Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src
authorDevon H. O'Dell <devon.odell@gmail.com>
Fri, 11 Dec 2009 23:14:09 +0000 (15:14 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 11 Dec 2009 23:14:09 +0000 (15:14 -0800)
commit857d4cf1a924dc23e08204822a51a1baa93a7f21
treec27f414c2459f882375ddbc98a3964204dc98fd5
parent0714fbb6ae908566c2779579a26b1cb371150ed4
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
21 files changed:
doc/install.html
doc/progs/run
misc/cgo/stdio/Makefile
misc/cgo/stdio/test.bash
src/Make.cmd
src/Make.conf
src/Make.pkg
src/Makefile
src/clean.bash
src/cmd/clean.bash
src/cmd/ebnflint/Makefile
src/cmd/gc/mkbuiltin
src/cmd/gotest/gotest
src/cmd/make.bash
src/make-arm.bash
src/make.bash
src/pkg/exp/eval/test.bash
src/pkg/exp/ogle/Makefile
src/pkg/runtime/Makefile
src/run.bash
test/bench/timing.sh