]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: cleanup message about building go_bootstrap
authorMatthew Dempsky <mdempsky@google.com>
Tue, 28 Jul 2015 17:58:27 +0000 (10:58 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 28 Jul 2015 23:30:18 +0000 (23:30 +0000)
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 <rsc@golang.org>
src/cmd/dist/build.go

index 0616be804c06030e1490ae906f20d91076040d95..184f9738b44daeef1e9395143a84ddf565e2e38e 100644 (file)
@@ -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)
        }