Date: Thu, 31 Jan 2002 14:25:01 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: freebsd-hackers@freebsd.org Subject: Re: A question about make install Message-ID: <20020131192500.GA98637@peitho.fxp.org> In-Reply-To: <Pine.SOL.4.21.0201311315550.2128-100000@onyx> References: <Pine.SOL.4.21.0201311315550.2128-100000@onyx>
next in thread | previous in thread | raw e-mail | index | archive | help
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 31, 2002 at 01:19:21PM -0500, Zhihui Zhang wrote: >=20 > Each time I modify some kernel source, I have to do the following two > steps: >=20 > (1) make > (2) make install >=20 > 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, >=20 You can set NO_MODULES on the command line (-DNO_MODULES) or in /etc/make.conf (NO_MODULES=3Dyes) to prevent modules from being built/installed. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjxZmgwACgkQObaG4P6BelCbwACfX30FZtivQPwg7ItzrGLj+5qL kTsAn2lMM4lrjt3BO6eTBQ8hZke69w/U =yq/0 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- 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?20020131192500.GA98637>