make run-depends-list-recursive?

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Thu Apr 16 10:33:58 UTC 2009


On Wednesday 15 April 2009 09:26:11 Jonathan McKeown wrote:
> On Tuesday 14 April 2009 21:02:08 Mel Flynn wrote:
> > On Monday 13 April 2009 03:56:15 Tim Judd wrote:
> > > make all-depends-list
> >
> > Two things:
> > 1) It surpresses config target and if a port has OPTIONS set, then you
> > may get surprised once you've configured the port and ticked/unticked an
> > option
>
> I'm not sure what you're saying here, but if you want to avoid a surprise
> you can run make config to choose options, then re-run make
> all-depends-list: the dependency list changes according to the config
> options.

In theory, yes. In practice, make config-recursive (which is what you'd use) 
takes all-depends-list as input and as such suffers from the same flaw:

config-recursive -> all-depends-list
                       entry => config-conditional
                                     make config
                                          new dep not in list

I found it easier to use this, especially when building multiple ports from a 
list of origins, rather then waking up to an options screen.
-- 
Mel


More information about the freebsd-questions mailing list