]> Cypherpunks.ru repositories - gostls13.git/commit
build script tweaks
authorRuss Cox <rsc@golang.org>
Thu, 1 Apr 2010 02:48:33 +0000 (19:48 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 1 Apr 2010 02:48:33 +0000 (19:48 -0700)
commit69fd2a4ab74f1e11111f67a04ebd9cd4b31ea6d8
treeee9b37268ce809b3c0d6e1ef6276d0b0649e91ac
parentb12007c4ed6c5617a0d77db5be0bcf7fbba7a1b9
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
src/all.bash
src/env.bash [new file with mode: 0644]
src/make.bash
src/run.bash