NO_MODULES in /etc/make.conf broken?

2000-07-16 Thread Donn Miller

Recently, when building a kernel (about 20 minutes as of this email),
I set

NO_MODULES= false   

in /etc/make.conf.  The modules still weren't built with the kernel.

- Donn


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: NO_MODULES in /etc/make.conf broken?

2000-07-16 Thread Marcel Moolenaar

Donn Miller wrote:
 
 Recently, when building a kernel (about 20 minutes as of this email),
 I set
 
 NO_MODULES= false
 
 in /etc/make.conf.  The modules still weren't built with the kernel.

The value is normally unimportant, thus NO_MODULES=false ==
NO_MODULES=true == ...

To enable modules, remove or comment out the NO_MODULES line.

HTH,

-- 
Marcel Moolenaar
  mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
  tel:  (408) 447-4222


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message