From owner-freebsd-current@FreeBSD.ORG Fri Dec 2 17:34:23 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC5916A41F for ; Fri, 2 Dec 2005 17:34:23 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FE943D70 for ; Fri, 2 Dec 2005 17:34:14 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jB2HYDNA027180; Fri, 2 Dec 2005 19:34:13 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 77607-04-4; Fri, 2 Dec 2005 19:34:11 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jB2HXlfc027137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Dec 2005 19:33:47 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jB2HXnB4010551; Fri, 2 Dec 2005 19:33:49 +0200 (EET) (envelope-from ru) Date: Fri, 2 Dec 2005 19:33:49 +0200 From: Ruslan Ermilov To: othermark Message-ID: <20051202173349.GI9219@ip.net.ua> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWOmaDnDlrCGjNh4" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-current@freebsd.org Subject: Re: current way to build modules with NO_MODULES=true? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 17:34:23 -0000 --pWOmaDnDlrCGjNh4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 02, 2005 at 09:06:22AM -0800, othermark wrote: >=20 > It used to be I could set >=20 > NO_MODULES=3Dtrue >=20 > and=20 >=20 > MODULES_OVERRIDE=3D"linux linprocfs" >=20 > in /etc/make.conf and have only those two modules built/installed with > buildkernel/installkernel. >=20 > This doesn't seem to work any more. Is there a new way to only build sel= ect > modules? >=20 NO_MODULES means "no modules". If you want only a subset of them, just use the MODULES_OVERRIDE. Also make sure you don't set ALL_MODULES, as this will nullify the effect of override (it's normally only set for LINT builds). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --pWOmaDnDlrCGjNh4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDkIV9qRfpzJluFF4RAkQCAJ9d3PoXuv8VJWrj+1g0CW7kChsDPgCdEc8X R1SZoGj5q0WWQbGsZuLVTuo= =GO+A -----END PGP SIGNATURE----- --pWOmaDnDlrCGjNh4--