configuring all dependancies before making in ports

Jonathan Horne freebsd at dfwlp.com
Sat Feb 3 04:03:14 UTC 2007


try:

make config-recursive

or, if i want to just take all the default options (like, for kde which is a 
ridiculously long build):

make BATCH=yes install clean

cheers,
jonathan

On Friday 02 February 2007 20:55, Jim Stapleton wrote:
> Quick question, I'm trying to build a couple of packages that take a
> long time to build, even longer because they just stop when it's time
> to configure something. That's a problem if it's configure time, say
> when I need to sleep, or am at work.
>
> Is there a way to have the make run through all the dependancies that
> need build, running their configuration menus /before/ doing any of
> the builds?
>
> i.e.
> $ cd /usr/ports/x11/kde3
> $ make -dependancies=configure install clean
>
>
> Thanks,
> -Jim Stapleton
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list