Bug 47278

Summary: Custom kernel rebuilds all devices not the one's selected
Product: Base System Reporter: Steven Hartland & <killing>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-RELEASE   
Hardware: Any   
OS: Any   

Description Steven Hartland & 2003-01-21 00:40:00 UTC
	Even with a minimum kernel config file the build compiles every device driver.
	This took several hours instead of the usual 10-25mins as it compiled so much
	more than was required.

Fix: 

Unknown
How-To-Repeat: 	Create a minimal kernel and compile.
Comment 1 Mike Makonnen 2003-01-21 01:22:57 UTC
What you are seeing is the modules being compiled. What you probably want is to
include:
NO_MODULES=true
MODULES_OVERIDE=<modules you *do* want built>

in /etc/make.conf

Cheers.
-- 
Mike Makonnen  | GPG-KEY: http://www.identd.net/~mtm/mtm.asc
mtm@identd.net | Fingerprint: D228 1A6F C64E 120A A1C9  A3AA DAE1 E2AF DBCC 68B9
Comment 2 Steven Hartland & 2003-01-21 01:44:33 UTC
Nooo when migrating my 4.7 config file I missed out
makeoptions     MODULES_OVERRIDE="linux"
from the config now don't I feel stupid. Sorry to trouble you.

    Steve
----- Original Message ----- 
From: "Mike Makonnen" <mtm@identd.net>
To: <killing@multiplay.co.uk>
Cc: <FreeBSD-gnats-submit@FreeBSD.ORG>
Sent: 21 January 2003 01:22
Subject: Re: kern/47278: Custom kernel rebuilds all devices not the one's selected


================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137
or return the E.mail to postmaster@multiplay.co.uk.
Comment 3 Mike Makonnen freebsd_committer freebsd_triage 2003-01-21 02:03:25 UTC
State Changed
From-To: open->closed

Submitter forgot an option.