Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 11:54:35 -0600
From:      Dan Nelson <dnelson@emsphone.com>
To:        Marc Tardif <marc@sitepak.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: compiling kernel without modules
Message-ID:  <20010324115435.A9079@dan.emsphone.com>
In-Reply-To: <3ABC1804.DA2C42BE@sitepak.com>; from "Marc Tardif" on Fri Mar 23 22:44:04 GMT 2001
References:  <3ABC1804.DA2C42BE@sitepak.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Mar 23), Marc Tardif said:
> How can I recompile a kernel without having to test each checking if
> each module should be recompiled also? Even when I type "make" right
> after having typed "make" in /usr/src/sys/compile/KERNEL it checks
> for every module. Can this be avoided somehow?

In your kernel config file, add this line:

makeoptions     NO_MODULES="yes"

-- 
	Dan Nelson
	dnelson@emsphone.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010324115435.A9079>