From owner-freebsd-stable@FreeBSD.ORG Fri Sep 17 16:09:11 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A08CA10656A3 for ; Fri, 17 Sep 2010 16:09:11 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 809EA8FC12 for ; Fri, 17 Sep 2010 16:09:11 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OwdUr-0004yN-SY for freebsd-stable@freebsd.org; Fri, 17 Sep 2010 09:09:10 -0700 Message-ID: <29740089.post@talk.nabble.com> Date: Fri, 17 Sep 2010 09:09:09 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org In-Reply-To: <6310327366.20100917192154@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl References: <6310327366.20100917192154@serebryakov.spb.ru> Subject: Re: WITHOUT_MODULES: does it work? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 16:09:11 -0000 Lev Serebryakov-4 wrote: > > Hello, Freebsd-stable. > > I'm trying to build very small FreeBSD installation (8.1-STABLE) and > trying to use WITHOUT_MOUDLES="list" on buildkernel stage. But it > builds all modules anyway. > > Simple check shows that I do something wrong: > > % cd /usr/src/sys/modules > %make -V SUBDIR | grep -l 3dfx > (standard input) > %make WITHOUT_MODULES=3dfx -V SUBDIR | grep -l 3dfx > (standard input) > % > > What do I do wrong? > > If it should be small, why not use MODULES_OVERRIDE= "list" and build only the modules needed? regards, - Jakub Lach -- View this message in context: http://old.nabble.com/WITHOUT_MODULES%3A-does-it-work--tp29739626p29740089.html Sent from the freebsd-stable mailing list archive at Nabble.com.