Separating make.conf options into CONF_BUILD, CONF_INSTALL and CONF_WORLD for NanoBSD

View: New views
2 Messages — Rating Filter:   Alert me  

Separating make.conf options into CONF_BUILD, CONF_INSTALL and CONF_WORLD for NanoBSD

by Rajkumar S-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am experimenting with NanoBSD and have a make.conf like

NO_GCOV=YES
NO_GDB=YES
NO_GPIB=YES
NO_HESIOD_LIBC=YES
NO_HTML=YES
NO_I4B=YES
NO_INFO=YES
NO_IPFILTER=YES
NO_KERBEROS=YES
NO_KLDLOAD=YES
NO_LPR=YES
NO_MAILWRAPPER=YES
NO_MAN=YES
NO_MODULES=YES

and so on....

NanoBSD expects these options to be split into 3 sets, like
CONF_BUILD, CONF_INSTALL and CONF_WORLD. I could not find a way to
segregate the make.conf options into these 3 sets. Given an option how
can I determine in which set it falls?

raj
_______________________________________________
freebsd-small@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-small
To unsubscribe, send any mail to "freebsd-small-unsubscribe@..."

Re: Separating make.conf options into CONF_BUILD, CONF_INSTALL and CONF_WORLD for NanoBSD

by Eugene Grosbein :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, May 28, 2008 at 04:33:53PM +0530, Rajkumar S wrote:

> and so on....
>
> NanoBSD expects these options to be split into 3 sets, like
> CONF_BUILD, CONF_INSTALL and CONF_WORLD. I could not find a way to
> segregate the make.conf options into these 3 sets. Given an option how
> can I determine in which set it falls?

You really do not need to split the set, just define CONF_WORLD only
and put all your knobs there. This is the safest way.
Do otherwise only when you exactly know what are you doing.

Eugene Grosbein
_______________________________________________
freebsd-small@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-small
To unsubscribe, send any mail to "freebsd-small-unsubscribe@..."