]> Cypherpunks repositories - gostls13.git/commit
cmd/go: improvements
authorRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 22:40:36 +0000 (17:40 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 22:40:36 +0000 (17:40 -0500)
commit0f1056667fb8952046e5360ebf9f3285b6f7de33
treea2c6120f836571ceef2d1e95517877081067aef5
parente818536500ed22363d688ce2f5a024c60e899408
cmd/go: improvements

Do not treat $GOROOT/src/pkg, $GOROOT/src/cmd,
$GOPATH/src as package directories (only subdirectories
of those can be package directories).  Fixes issue 2602.

Accept additional compiler and linker arguments during
cgo from $CGO_CFLAGS and $CGO_LDFLAGS, as the
Makefiles used to do.

Show failed pkg-config output.  Fixes issue 2785.

Use different (perhaps better) git commands.  Fixes issue 2109.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5605045
src/cmd/go/build.go
src/cmd/go/get.go
src/cmd/go/main.go
src/cmd/go/vcs.go