From owner-freebsd-stable@FreeBSD.ORG Sun Dec 16 22:16:23 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED137808 for ; Sun, 16 Dec 2012 22:16:23 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id C82B48FC17 for ; Sun, 16 Dec 2012 22:16:23 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TkMVT-0001Fr-9T for freebsd-stable@freebsd.org; Sun, 16 Dec 2012 14:16:23 -0800 Date: Sun, 16 Dec 2012 14:16:23 -0800 (PST) From: Beeblebrox To: freebsd-stable@freebsd.org Message-ID: <1355696183286-5769816.post@n5.nabble.com> In-Reply-To: References: <1355645678219-5769677.post@n5.nabble.com> Subject: Question regarding /etc/src.conf MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 22:16:24 -0000 >> WITHOUT_MODULES= ... in make.conf traditionally Exactly - that's why my /etc/make/modex.conf has: WITHOUT_MODULES= aac acpi_asus acpi_dock acpi_fujitsu acpi_hp \ and on and on... I do not want to put this long list in the make.conf because it makes that file a lot more complicated than necessary. So I prefer to separate the list of excluded modules into a different file. @Ronald_Klop: I use /etc/make.conf. A portion of that file is: ---------------- #.include "/etc/make/modex.conf" #WITHOUT_MODULES= "/etc/make/modex.conf" BUILDFLAGS= /usr/local/share/bsdadminscripts/buildflags.mk .if exists(${BUILDFLAGS}) .include "${BUILDFLAGS}" .endif ---------------- I also use /etc/src.conf for stuff like WITHOUT_PORTSNAP= yes, WITHOUT_SENDMAIL= yes -- View this message in context: http://freebsd.1045724.n5.nabble.com/Question-regarding-etc-src-conf-tp5769677p5769816.html Sent from the freebsd-stable mailing list archive at Nabble.com.