Descriptioncmd/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.
Patch Set 1 #Patch Set 2 : diff -r 7c7af26c2f14 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 8086d3ade5ca https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 8086d3ade5ca https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 5c5b82e6abc5 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|