[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custom build lists
On Wed, Apr 03, 2002 at 12:31:53PM -0800, Marc Matteo wrote:
> There must be an easy way to do this:
>
> What I want is a way to specify a list of ports (with FLAVORS) I want
> built and well... have them all built. :)
>
> I've tried a simple shell script and even a special Makefile listing the
> ports I want as SUBDIRS but I keep getting stuck on FLAVORS (not to
> mention SUBPACKAGES).
So close, and yes so far... you should try reading the Makefiles, and the
documentation.
stuff that you put into SUBDIRS as the same format as dependencies, you
can specify flavors and subpackages as usual,
e.g.,
SUBDIRS+= cat/dir,flavor,-subpackage
works.