]> Cypherpunks repositories - gostls13.git/commit
goinstall: use go/make package to scan and build packages
authorAndrew Gerrand <adg@golang.org>
Wed, 15 Jun 2011 03:28:35 +0000 (13:28 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 15 Jun 2011 03:28:35 +0000 (13:28 +1000)
commitdb5a4ffc2ab9bbd435e71fc36632fa5264e35771
tree80d11191f1f915322334e9a15d74c85e48890d90
parent414da2e4a3806a33c1a245ce7a4b6403461e5c30
goinstall: use go/make package to scan and build packages

R=rsc, n13m3y3r, kevlar
CC=golang-dev
https://golang.org/cl/4515180
src/cmd/goinstall/Makefile
src/cmd/goinstall/doc.go
src/cmd/goinstall/main.go
src/cmd/goinstall/make.go [deleted file]
src/cmd/goinstall/parse.go [deleted file]
src/cmd/goinstall/path.go [deleted file]
src/cmd/goinstall/syslist_test.go [deleted file]
src/pkg/Makefile
src/pkg/go/build/build.go
src/pkg/go/build/build_test.go
src/pkg/go/build/dir.go