]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/dist: build new5a etc during bootstrap
authorRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 17:10:35 +0000 (12:10 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 19:43:09 +0000 (19:43 +0000)
commitf4d2d71752474aed3f35b42ac77175e970da76ab
tree399fed179af84764d866996c6c2fa1d5a148270c
parent4ca2fc4d8b3579dc719e7d6e79c2283bfb026a4d
[dev.cc] cmd/dist: build new5a etc during bootstrap

The change to the bootstrap import conversion is
for the a.y files, which use import dot.

While we're editing the tool list, add "cmd/dist".
Right now 'go install cmd/dist' installs to $GOROOT/bin/dist.
(A new bug since cmd/dist has been rewritten in Go.
When cmd/dist was a C program, go install cmd/dist just didn't work.)

Change-Id: I362208dcfb4ae64c987f60b95dc946829fa506d8
Reviewed-on: https://go-review.googlesource.com/3144
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/dist/buildtool.go
src/cmd/go/pkg.go