Date: Tue, 26 Feb 2002 16:43:12 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: "Stephen L. Palmer" <slpalmer@midearth.org> Cc: freebsd-current@freebsd.org Subject: Re: Why is xe building while commented out? Message-ID: <20020226214312.GC99775@peitho.fxp.org> In-Reply-To: <20020226151606.T80866-300000@midearth.org> References: <20020226151606.T80866-300000@midearth.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 26, 2002 at 03:28:19PM -0600, Stephen L. Palmer wrote: > Kernel build on a fresh (26 Feb 2002 - ~15:00 CDT) -current is failing > with an "*** Error code 2" in the xe module. This module is commented ou= t of my > config. Why would 'make -j4 buildkernel KERNCONF=3DMIDEARTH' try to buil= d a > driver for a pccard I've commented out of the config? I don't have any of > the pccard/pcmcia stuff active as this is a desktop system. >=20 > Non-SMP if it matters. >=20 All modules are built by default, not just those listed in the kernel config (which is for the kernel only). To only build specific modules, use the MODULES_OVERRIDE option (see NOTES). And since you are using the -j flag to make, it is quite possible that the parallel compiles are obscuring the actual error and that xe is not (necessarily) the problem. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjx8AXAACgkQObaG4P6BelBHowCfRwT850OBl5SwnrMlgLGnBx8K LTsAn0Ysw6C4xSOtaZkI6WN91e0QUyw8 =0Ga8 -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020226214312.GC99775>