]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove Action.Objpkg
authorRuss Cox <rsc@golang.org>
Sun, 16 Jul 2017 14:38:43 +0000 (08:38 -0600)
committerRuss Cox <rsc@golang.org>
Tue, 3 Oct 2017 19:56:19 +0000 (19:56 +0000)
commit8644463bb22418023950a399ce18e9d04e26c76b
tree25318d6ec71b48947047503ab6e48b66b6ff6232
parente8fd15fd05446edb322a4c553deefbfb940428bc
cmd/go: remove Action.Objpkg

This is an intermediate step toward not being able to predict
the final generated file name for a package build, so that
parent builds can refer directly to cache files.

Change-Id: I4dea5e8d8b80e6b995b3d9dc1d8c6f0ac9b88d72
Reviewed-on: https://go-review.googlesource.com/56285
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/build.go