diff options
| author | Andrew Gerrand <adg@golang.org> | 2011-06-15 13:28:35 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2011-06-15 13:28:35 +1000 |
| commit | db5a4ffc2ab9bbd435e71fc36632fa5264e35771 (patch) | |
| tree | 80d11191f1f915322334e9a15d74c85e48890d90 /src/pkg/Makefile | |
| parent | 414da2e4a3806a33c1a245ce7a4b6403461e5c30 (diff) | |
| download | go-db5a4ffc2ab9bbd435e71fc36632fa5264e35771.tar.xz | |
goinstall: use go/make package to scan and build packages
R=rsc, n13m3y3r, kevlar
CC=golang-dev
https://golang.org/cl/4515180
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index c4be1da497..9bed810267 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -208,6 +208,7 @@ NOTEST+=\ ../cmd/cgo\ ../cmd/ebnflint\ ../cmd/godoc\ + ../cmd/goinstall\ ../cmd/gotest\ ../cmd/govet\ ../cmd/goyacc\ |
