• Russ Cox's avatar
    cmd/go: replace a.Package.Internal.Pkgfile with a.built · 8f7f46f5
    Russ Cox authored
    Logically the build needs to start treating a.Package as immutable,
    since we might want to build a.Package multiple ways.
    Record the built target in a.built instead.
    
    Right now a.built is predictable ahead of time, but we want to
    move toward satisfying some builds from a cache directory,
    in which case a.built will point into the cache directory
    and not be determined until action execution time.
    
    There is probably more to do with shared libraries, but this
    does not break what's there.
    
    Change-Id: I941988b520bee2f664fd8cabccf389e1dc29628b
    Reviewed-on: https://go-review.googlesource.com/69050
    Run-TryBot: Russ Cox <rsc@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
    8f7f46f5
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...