summaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-04 00:54:08 -0500
committerRuss Cox <rsc@golang.org>2012-02-04 00:54:08 -0500
commite943b5875300074ee7c0a22a562246cc1641f17a (patch)
tree4d55df98a088acb205f199bfc5474852fd6f227f /src/all.bash
parentff39c5ed4b452204511fdc623893f5ce2fc56491 (diff)
downloadgo-e943b5875300074ee7c0a22a562246cc1641f17a.tar.gz
build: use cmd/dist
R=bradfitz, ality, r, r, iant, mikioh.mikioh CC=golang-dev http://codereview.appspot.com/5615058
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/all.bash b/src/all.bash
index 00110d2da..d80a09d11 100755
--- a/src/all.bash
+++ b/src/all.bash
@@ -8,7 +8,6 @@ if [ ! -f make.bash ]; then
echo 'all.bash must be run from $GOROOT/src' 1>&2
exit 1
fi
-. ./make.bash
-bash run.bash --no-env --no-rebuild
-installed # function defined by make.bash
-
+. ./make.bash --no-banner
+bash run.bash --no-rebuild
+../bin/tool/dist banner # print build info