summaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-31 19:48:33 -0700
committerRuss Cox <rsc@golang.org>2010-03-31 19:48:33 -0700
commit55cde435397646327feb2d6386dbaafbd0e96609 (patch)
tree61a7e9808e8c19bf7a3a6e37db25f98da1eef010 /src/all.bash
parent18c76d6cc18f5ba809b4a6c27730960bb5685726 (diff)
downloadgo-55cde435397646327feb2d6386dbaafbd0e96609.tar.gz
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 http://codereview.appspot.com/609042
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all.bash b/src/all.bash
index 67c19cd43..00c1ca74d 100755
--- a/src/all.bash
+++ b/src/all.bash
@@ -5,4 +5,4 @@
set -e
bash make.bash
-bash run.bash
+bash run.bash --no-rebuild