From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 21:03:09 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 899831065673 for ; Sat, 22 Nov 2008 21:03:09 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 587AC8FC14 for ; Sat, 22 Nov 2008 21:03:09 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id mAMKTjux053369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 22 Nov 2008 14:29:45 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id mAMKThBH053367; Sat, 22 Nov 2008 14:29:43 -0600 (CST) (envelope-from dan) Date: Sat, 22 Nov 2008 14:29:43 -0600 From: Dan Nelson To: Andrew Thompson Message-ID: <20081122202943.GB97829@dan.emsphone.com> References: <20081122191744.GA62217@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081122191744.GA62217@citylink.fud.org.nz> X-OS: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: current@freebsd.org Subject: Re: config(8) patch 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: Sat, 22 Nov 2008 21:03:09 -0000 In the last episode (Nov 22), Andrew Thompson said: > I wanted to use the following in my kernel config file so wrote a > patch for it. > > makeoptions MODULES_OVERRIDE=foo > makeoptions MODULES_OVERRIDE+=bar > makeoptions MODULES_OVERRIDE+=baz > > http://people.freebsd.org/~thompsa/config_append.diff Heh. That's a lot cleaner than my workaround: makeoptions "MODULES_OVERRIDE+"="zfs opensolaris dtrace cyclic" makeoptions "MODULES_OVERRIDE +"="md" #makeoptions "MODULES_OVERRIDE +"="geom/geom_sunlabel geom/geom_uzip" #makeoptions "MODULES_OVERRIDE +"="ntfs ntfs_iconv" makeoptions "MODULES_OVERRIDE +"="geom/geom_gate" #makeoptions "MODULES_OVERRIDE +"="lm" :) -- Dan Nelson dnelson@allantgroup.com