From owner-cvs-all Sun Aug 30 11:54:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21510 for cvs-all-outgoing; Sun, 30 Aug 1998 11:54:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21497 for ; Sun, 30 Aug 1998 11:54:12 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id LAA03884; Sun, 30 Aug 1998 11:53:13 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E99F98.412A0513@dal.net> Date: Sun, 30 Aug 1998 11:53:12 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0827 i386) MIME-Version: 1.0 To: "Jordan K. Hubbard" CC: committers@FreeBSD.ORG Subject: Re: make.conf References: <1018.904492666@time.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard wrote: I like this idea, *if* the file is split, however creating 3 new files in 3 new locations all with the same name seems like unnecessary confusication to me. How about src.conf.mk, ports.conf.mk and sys.conf.mk? Doug > If /etc/make.conf is split at all then it should be split into: > > /usr/src/conf.mk - configuration frobs exclusively for /usr/src > > /usr/ports/conf.mk - configuration frobs exclusively for /usr/ports. > > /usr/share/mk/conf.mk - stuff truly global to any invocation of Bmake > e.g. variables you want both src and ports > (and so on) to get as a base set before > potentially laying their own on top.