From killing@gromit.multiplay.co.uk  Mon Jan 20 16:36:44 2003
Return-Path: <killing@gromit.multiplay.co.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5E0B137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Jan 2003 16:36:44 -0800 (PST)
Received: from gromit.multiplay.co.uk (dsl-212-135-219-185.dsl.easynet.co.uk [212.135.219.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 313A543ED8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Jan 2003 16:36:42 -0800 (PST)
	(envelope-from killing@gromit.multiplay.co.uk)
Received: from gromit.multiplay.co.uk (localhost.multiplay.co.uk [127.0.0.1])
	by gromit.multiplay.co.uk (8.12.6/8.12.6) with ESMTP id h0L0Z5u8051357
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jan 2003 00:35:06 GMT
	(envelope-from killing@gromit.multiplay.co.uk)
Received: (from killing@localhost)
	by gromit.multiplay.co.uk (8.12.6/8.12.6/Submit) id h0L0Z4RI051356;
	Tue, 21 Jan 2003 00:35:04 GMT
Message-Id: <200301210035.h0L0Z4RI051356@gromit.multiplay.co.uk>
Date: Tue, 21 Jan 2003 00:35:04 GMT
From: killing@multiplay.co.uk
Reply-To: killing@multiplay.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Custom kernel rebuilds all devices not the one's selected
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47278
>Category:       kern
>Synopsis:       Custom kernel rebuilds all devices not the one's selected
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 20 16:40:00 PST 2003
>Closed-Date:    Mon Jan 20 18:05:44 PST 2003
>Last-Modified:  Mon Jan 20 18:05:44 PST 2003
>Originator:     Steven Hartland
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
Multiplay UK
>Environment:
System: FreeBSD gromit.multiplay.co.uk 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Mon Jan 20 01:31:20 GMT 2003 root@gromit.multiplay.co.uk:/usr/src/sys/i386/compile/GROMIT i386

IBM thinkpad 370, FreeBSD-5.0-RELEASE and CURRENT via cvsup
>Description:
	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.
>How-To-Repeat:
	Create a minimal kernel and compile.
>Fix:
	Unknown

>Release-Note:
>Audit-Trail:

From: Mike Makonnen <mtm@identd.net>
To: killing@multiplay.co.uk
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/47278: Custom kernel rebuilds all devices not the one's selected
Date: Mon, 20 Jan 2003 20:22:57 -0500

 --=.)Ip2rmCZyZAY0F
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 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
 
 --=.)Ip2rmCZyZAY0F
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+LKDx2uHir9vMaLkRAjudAKDfH+wEsUM2Qny8PL6g3AOR4Q5Y0QCgzCx7
 LRxKiQ0uN/ngVJVTkv+e2uM=
 =Py52
 -----END PGP SIGNATURE-----
 
 --=.)Ip2rmCZyZAY0F--

From: "Steven Hartland" <killing@multiplay.co.uk>
To: "Mike Makonnen" <mtm@identd.net>
Cc: <FreeBSD-gnats-submit@FreeBSD.ORG>
Subject: Re: kern/47278: Custom kernel rebuilds all devices not the one's selected
Date: Tue, 21 Jan 2003 01:44:33 -0000

 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.
 
 
State-Changed-From-To: open->closed 
State-Changed-By: mtm 
State-Changed-When: Mon Jan 20 18:03:25 PST 2003 
State-Changed-Why:  
Submitter forgot an option. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47278 
>Unformatted:
