commit | 69fd2a4ab74f1e11111f67a04ebd9cd4b31ea6d8 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Mar 31 19:48:33 2010 -0700 |
committer | Russ Cox <rsc@golang.org> | Wed Mar 31 19:48:33 2010 -0700 |
tree | ee9b37268ce809b3c0d6e1ef6276d0b0649e91ac | |
parent | b12007c4ed6c5617a0d77db5be0bcf7fbba7a1b9 [diff] |
build script tweaks factor out environment variable checks. infer $GOROOT etc during build if not set. it's still necessary to set them for yourself to use the standard Makefiles. when running all.bash, don't recompile all the go packages in run.bash, since make.bash already did. R=r CC=golang-dev https://golang.org/cl/609042