To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-small
or, via email, send a message with subject or body 'help' to
freebsd-sm...@freebsd.org
You can reach the person managing the list at
freebsd-s...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-small digest..."
Today's Topics:
1. Separating make.conf options into CONF_BUILD, CONF_INSTALL
and CONF_WORLD for NanoBSD (Rajkumar S)
----------------------------------------------------------------------
Message: 1
Date: Wed, 28 May 2008 16:33:53 +0530
From: "Rajkumar S" <rajk...@gmail.com>
Subject: Separating make.conf options into CONF_BUILD, CONF_INSTALL
and CONF_WORLD for NanoBSD
To: freebs...@freebsd.org
Message-ID:
<64de5c8b0805280403n78...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
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
------------------------------
End of freebsd-small Digest, Vol 200, Issue 1
*********************************************