]> Cypherpunks repositories - gostls13.git/commit
cmd/go: work toward build script
authorRuss Cox <rsc@golang.org>
Tue, 20 Dec 2011 21:42:44 +0000 (16:42 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 20 Dec 2011 21:42:44 +0000 (16:42 -0500)
commitfd1c1b9679a2ed9c96bc3ccd74336ba5b23a5049
tree16b149ffbb8833cfa150261d96dbaa1ff05a0a6f
parent8720105776d9c1f2f7ff8bde070b70853afecb6d
cmd/go: work toward build script

The commands in the standard tree are now named
by the pseudo-import paths cmd/gofmt etc.
This avoids ambiguity between cmd/go's directory
and go/token's parent directory.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5503050
src/cmd/gc/runtime.go
src/cmd/gc/unsafe.go
src/cmd/go/build.go
src/cmd/go/list.go
src/cmd/go/main.go
src/cmd/go/pkg.go