aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index c8573c9954..e962f04fcf 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -141,7 +141,6 @@ if [ "$1" = "--dist-tool" ]; then
exit 0
fi
-echo "##### Building compilers and Go bootstrap tool for host, $GOHOSTOS/$GOHOSTARCH."
buildall="-a"
if [ "$1" = "--no-clean" ]; then
buildall=""