commit | 8f5f347e2c32ad1045ca902faab3d0c0fd735ae9 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Dec 21 07:47:12 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Dec 21 07:47:12 2011 -0500 |
tree | ca79a213a503a79c0724842879ff5d53d74d90c3 | |
parent | 836105679e1da85208e3a7a4e2f0a1f375d0a257 [diff] |
cmd/go: many improvements * correct dependency calculations * comment meaning of action fields * new alias "std" like "all" but standard packages only * add -o flag to 'go build' * set up for parallel build (still serial) * understand that import "C" depends on cgo, runtime/cgo R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5502055