aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-01-19 12:57:35 -0500
committerRuss Cox <rsc@golang.org>2015-01-21 00:45:03 +0000
commit328ace91e655c5bc4bd3a29f3404f961837ddeb3 (patch)
treead185f27d105808c5154d2c7a62147ea4cffbeb5 /src/make.bash
parent283b23297aec09439b6fcbc3e0d9973963b45af4 (diff)
downloadgo-328ace91e655c5bc4bd3a29f3404f961837ddeb3.tar.gz
go-328ace91e655c5bc4bd3a29f3404f961837ddeb3.zip
[dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4
Bootstrap the Go parts of the Go toolchain using Go 1.4, as described in https://golang.org/s/go15bootstrap. The first Go part of the Go toolchain will be cmd/objwriter, but for now that's just an empty program to test that this new code works. Once the build dashboard is okay with this change, we'll make objwriter a real program depended upon by the build. Change-Id: Iad3dce675571cbdb5ab6298fe6f98f53ede47d5c Reviewed-on: https://go-review.googlesource.com/3044 Reviewed-by: Ian Lance Taylor <iant@golang.org>
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=""