]> Cypherpunks repositories - gostls13.git/commit
cmd/go: for missing binary-only package, say where it should be
authorIan Lance Taylor <iant@golang.org>
Wed, 25 Jul 2018 17:03:40 +0000 (10:03 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 25 Jul 2018 23:32:37 +0000 (23:32 +0000)
commit7b46867d6ed3a1b0d45b9f647bd577585d451207
tree468f01c2719fe3dcb86c55cba3b56717c86a4aa9
parentc0e5485bd59827d6def05020b201133982a52790
cmd/go: for missing binary-only package, say where it should be

Before this CL the user effectively has to guess at the expected
location of a binary-only package. While the location is normally
obvious ($GOPATH/pkg/GOOS_GOARCH/PATH/PKG.a) it is much less so when
building with options that implicitly add an -installsufix option.

Fixes #26590

Change-Id: I753ef54d6dcf733bb456dba65a4a92e4db57a1b0
Reviewed-on: https://go-review.googlesource.com/125818
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/work/exec.go
src/cmd/go/testdata/script/binary_only.txt [new file with mode: 0644]