Re: Why don't the packages get built for the runtime dependencies of the package I am building ?

From: Matt Thyer <matt.thyer_at_gmail.com>
Date: Thu, 16 Dec 2004 02:07:47 +1030
On Sat, 27 Nov 2004 10:57:32 -0800, Kris Kennaway <kris_at_obsecurity.org> wrote:
> On Sat, Nov 27, 2004 at 01:17:09PM +1030, Matt Thyer wrote:
[snip]
> > Surely there is a simple way to have the runtime dependency packages
> > built as well.
> >
> > Is this possible, or do I have to write my own script to recursively
> > determine the runtime dependencies and build those packages first ?
> 
> Does 'make package-recursive' not work?
> 
> Kris

It works really well however I believe another target should be added
to deal with the problem of wanting INDEX entries for a port and its
dependencies.

This target should be called "describe-recursive" and is as follows:

describe-recursive: describe
        _at_for dir in $$(${ALL-DEPENDS-LIST}); do \
                (cd $$dir; ${MAKE} describe); \
        done
Received on Wed Dec 15 2004 - 14:37:48 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:24 UTC