From 6c08213dc050269cee3d4c2bc93d8dec907326e2 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Tue, 28 Jul 2015 10:58:27 -0700 Subject: [PATCH] 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 --- src/cmd/dist/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.50.0