From owner-freebsd-questions Mon May 29 10:39:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 3E0BC37BCC8 for ; Mon, 29 May 2000 10:39:25 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id NAA59717; Mon, 29 May 2000 13:38:52 -0400 (EDT) (envelope-from cjc) Date: Mon, 29 May 2000 13:38:52 -0400 From: "Crist J. Clark" To: Michael Harnois Cc: freebsd-questions@FreeBSD.ORG Subject: Re: why are all modules built? Message-ID: <20000529133852.H58958@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <868zwtv0lu.fsf@mharnois.workgroup.net> <20000529124412.F58958@cc942873-a.ewndsr1.nj.home.com> <86og5pb730.fsf@mharnois.workgroup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86og5pb730.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Mon, May 29, 2000 at 12:26:59PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 29, 2000 at 12:26:59PM -0500, Michael Harnois wrote: > On Mon, 29 May 2000 12:44:12 -0400, "Crist J. Clark" said: > > > I don't believe a kernel build builds any modules. The kld(4)'s > > are only built at a make-world, IIRC. Or is that not what you > > are talking about? > > I'm talking about what is under > /usr/src/sys/compile/[mykernel]/modules. For example, in my tree, > vesa.o was built this morning, when I rebuilt the kernel, although I > don't have VESA defined and haven't done a make world since yesterday. Dunno how you did that. None of the compile/ directories for any of my 3.4 or 4.0 systems have a modules/ directory. You did do, # cd /usr/src/sys/i386/conf # config MYKERNEL # cd ../../compile/MYKERNEL # make depend # make # make install Or something to that effect, right? To be sure to wipe out any previous information, # cd /usr/src/sys/i386/conf # config -r MYKERNEL # cd ../../compile/MYKERNEL # make clean depend all install Should do the trick. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message