From: Matthew Dempsky Date: Tue, 28 Jul 2015 17:58:27 +0000 (-0700) Subject: cmd/dist: cleanup message about building go_bootstrap X-Git-Tag: go1.5beta3~19 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6c08213dc050269cee3d4c2bc93d8dec907326e2;p=gostls13.git cmd/dist: cleanup message about building go_bootstrap At this stage, dist is only building go_bootstrap as cmd/compile and the rest of the Go toolchain has already been built. Change-Id: I6f99fa00ff1d3585e215f4ce84d49344c4fcb8a5 Reviewed-on: https://go-review.googlesource.com/12779 Reviewed-by: Russ Cox --- diff --git a/src/cmd/dist/build.go b/src/cmd/dist/build.go index 0616be804c..184f9738b4 100644 --- a/src/cmd/dist/build.go +++ b/src/cmd/dist/build.go @@ -1053,7 +1053,7 @@ func cmdbootstrap() { xprintf("\n") } - xprintf("##### Building compilers and go_bootstrap for host, %s/%s.\n", gohostos, gohostarch) + xprintf("##### Building go_bootstrap for host, %s/%s.\n", gohostos, gohostarch) for _, dir := range buildorder { install(dir) }