]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix bad shared lib name with buildmode=shared
authorAleksandr Demakin <alexander.demakin@gmail.com>
Tue, 25 Aug 2015 16:54:57 +0000 (19:54 +0300)
committerIan Lance Taylor <iant@golang.org>
Mon, 7 Dec 2015 21:23:48 +0000 (21:23 +0000)
commitc5aa53c8c52ec895d7e7c18a8fab9c5786555c1a
treebb47aecdb3b5788161358197362c0d8cbfcb3e8e
parent148b13c3bb889addae33f3a2e41e8e854351df6c
cmd/go: fix bad shared lib name with buildmode=shared

Use import paths of packages to build a shared lib name.
Use arguments for meta-packages 'std', 'cmd', and 'all'.

Fixes #12236

Change-Id: If274d63301686ef34e198287eb012f9062541ea0
Reviewed-on: https://go-review.googlesource.com/13921
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/build.go
src/cmd/go/main.go
src/cmd/go/pkg_test.go