- 19 Mar, 2010 2 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/661041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/650042
-
- 11 Dec, 2009 1 commit
-
-
Devon H. O'Dell authored
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
-
- 24 Nov, 2009 1 commit
-
-
Sergio Luis O. B. Correia authored
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes #115. R=rsc, dsymonds1 https://golang.org/cl/157067
-
- 27 Aug, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=63 (23 added, 31 deleted, 9 changed) OCL=33932 CL=33959
-