]> Cypherpunks repositories - gostls13.git/commit
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)
commit6c08213dc050269cee3d4c2bc93d8dec907326e2
tree558a01f3e85b6597561d45f1d7284fc223e278c5
parentcd3a5edb0433e6f3cafd997794aaea3083ae5b92
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 <rsc@golang.org>
src/cmd/dist/build.go