Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 00:02:34 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Marc Tardif" <marc@sitepak.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: compiling kernel without modules
Message-ID:  <017001c0b41f$a3b1ac90$1200a8c0@gsicomp.on.ca>
References:  <3ABC1804.DA2C42BE@sitepak.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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?

To build a kernel without any modules:

make NO_MODULES=1

Similarly, to install a kernel without the modules:

make install NO_MODULES=1

--
Matt Emmerton


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?017001c0b41f$a3b1ac90$1200a8c0>