svn commit: r216746 - head/sys/conf

Colin Percival cperciva at freebsd.org
Tue Dec 28 02:02:59 UTC 2010


On 12/27/10 17:59, Steve Kargl wrote:
> On Mon, Dec 27, 2010 at 11:52:40PM +0000, Colin Percival wrote:
>>   Make it possible to specify WITHOUT_MODULES in a kernel config file.
>
> Can you explain how this differs from
> makeoptions	NO_MODULES
> which has been able to do for years?

NO_MODULES means what it says: No modules.

WITHOUT_MODULES="foo bar baz" means "go ahead and build modules except for foo,
bar, and baz".

-- 
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid


More information about the svn-src-all mailing list