]> Cypherpunks repositories - gostls13.git/commit
go/build: include Import objects in Script Inputs
authorAndrew Gerrand <adg@golang.org>
Thu, 23 Jun 2011 00:15:46 +0000 (10:15 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 23 Jun 2011 00:15:46 +0000 (10:15 +1000)
commitd7df79a7e53e14c00f07d6ceae79245ef348d1fc
tree3dfc7701b5d8b8debb017b96e188ec146009e2c7
parent88442358a98bca7c93eec12be221b2a0f26e8277
go/build: include Import objects in Script Inputs

This has the effect of making goinstall rebuild a package's
dependencies when they are newer than the current package object.

R=rsc
CC=golang-dev
https://golang.org/cl/4627051
src/pkg/go/build/build.go