]> Cypherpunks repositories - gostls13.git/commit
Make.pkg: add DEPS= support
authorRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:43:26 +0000 (05:43 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:43:26 +0000 (05:43 -0800)
commitbf991bb7dfb08fdbe25fca0003e60dd5539f152f
treee8da9ad991b8bec501c6e9baa100240941a2da0f
parenteef3fbb83ee0d654fbd3545bcd7e1734c3807ac9
Make.pkg: add DEPS= support

allow Makefiles using Make.pkg to specify a
list of directories that should be installed
before trying to build the package.
this is a stopgap for small package trees
maintained outside the standard tree.

R=r
http://go/go-review/1016012
src/Make.pkg