]> Cypherpunks repositories - gostls13.git/commit
build: implement NOINSTALL=1 for Make.ccmd
authorRuss Cox <rsc@golang.org>
Fri, 3 Sep 2010 19:37:57 +0000 (15:37 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 3 Sep 2010 19:37:57 +0000 (15:37 -0400)
commitef8af73ef53da61121b27c26d117f45e8c3e450d
tree332429fa8e167ea49f37774bafde8c608c35d254
parenta41db4318d0e551e22d0766d6191e436ea9fa87b
build: implement NOINSTALL=1 for Make.ccmd

The makefiles for prof and cov use it already.
(It's also in Make.clib.)

R=adg
CC=golang-dev
https://golang.org/cl/2036045
src/Make.ccmd