]> Cypherpunks repositories - gostls13.git/commit
cmd/go: assume that code in $GOROOT is up to date
authorJoel Sing <jsing@google.com>
Wed, 26 Sep 2012 14:00:50 +0000 (00:00 +1000)
committerJoel Sing <jsing@google.com>
Wed, 26 Sep 2012 14:00:50 +0000 (00:00 +1000)
commite80fccb441ac73a206bd99fb7f0dbea3eb9cc149
tree233020c7839a48cf051346e3bde8f969b05f6b06
parentded94b7222eb9ffc7c3a46d4420c12f531f63304
cmd/go: assume that code in $GOROOT is up to date

Do not check compiler/linker timestamps for packages that are in the
$GOROOT. Avoids trying to rebuild non-writable standard packages when
timestamps have not been retained on the Go binaries.

Fixes #4106.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6533053
src/cmd/go/pkg.go