Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Feb 2002 00:09:30 +0100
From:      "Rogier R. Mulhuijzen" <drwilco@drwilco.net>
To:        Chris Faulhaber <jedgar@fxp.org>, Zhihui Zhang <zzhang@cs.binghamton.edu>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: A question about make install
Message-ID:  <5.1.0.14.0.20020201000849.01b9e1d0@mail.drwilco.net>
In-Reply-To: <20020131192500.GA98637@peitho.fxp.org>
References:  <Pine.SOL.4.21.0201311315550.2128-100000@onyx> <Pine.SOL.4.21.0201311315550.2128-100000@onyx>

next in thread | previous in thread | raw e-mail | index | archive | help
At 14:25 31-1-2002 -0500, Chris Faulhaber wrote:
>On Thu, Jan 31, 2002 at 01:19:21PM -0500, Zhihui Zhang wrote:
> >
> > Each time I modify some kernel source, I have to do the following two
> > steps:
> >
> > (1) make
> > (2) make install
> >
> > The second step also re-installs ALL modules even if I only modifies the
> > kernel code (not any of the module code). Is there a better way to do
> > this?   Thanks,
> >
>
>You can set NO_MODULES on the command line (-DNO_MODULES) or in
>/etc/make.conf (NO_MODULES=yes) to prevent modules from being
>built/installed.

Or use 'make kernel' and 'make kernel-install' (and there's a 'make 
kernel-depend' too)

         Doc


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




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