summaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
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