]> Cypherpunks repositories - gostls13.git/commit
goinstall: build with make by default, add -make flag
authorAndrew Gerrand <adg@golang.org>
Fri, 24 Jun 2011 03:01:17 +0000 (13:01 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 24 Jun 2011 03:01:17 +0000 (13:01 +1000)
commitb4bab6f8b351630211b0617ac91fb532d6aaf16d
tree541f6f8d250ee2bd3451bfaf6ae455dbf6fefdc9
parent73d741fd5b767f671dc3bb466ae28c51b0222f8c
goinstall: build with make by default, add -make flag

This is a temporary measure until go/build can build cgo packages.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4627056
src/cmd/goinstall/Makefile
src/cmd/goinstall/main.go
src/cmd/goinstall/make.go [new file with mode: 0644]