From owner-freebsd-arch Mon Sep 3 0:29:35 2001 Delivered-To: freebsd-arch@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 75B9637B403; Mon, 3 Sep 2001 00:29:31 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f837TR142379; Mon, 3 Sep 2001 00:29:27 -0700 (PDT) (envelope-from obrien) Date: Mon, 3 Sep 2001 00:29:26 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: Kris Kennaway , Alexander Langer , arch@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk sys.mk Message-ID: <20010903002926.A42260@dragon.nuxi.com> Reply-To: alpha@FreeBSD.ORG References: <200108311118.f7VBIO124920@freefall.freebsd.org> <20010831142958.A60910@sunbay.com> <20010831141746.A1809@zerogravity.kawo2.rwth-aachen.d> <20010831084811.B95710@dragon.nuxi.com> <20010831184945.A16872@fump.kawo2.rwth-aachen.de> <20010831100216.A17397@dragon.nuxi.com> <20010831193947.A17086@fump.kawo2.rwth-aachen.de> <20010831131627.A86427@xor.obsecurity.org> <20010903102102.A49997@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010903102102.A49997@sunbay.com>; from ru@FreeBSD.ORG on Mon, Sep 03, 2001 at 10:21:02AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 10:21:02AM +0300, Ruslan Ermilov wrote: > > > - Teach /usr/src/Makefile's $(MAKE) variable about a world.conf file > > > which is included for /usr/src builds. This needs extensive testing. > > > > I couldn't figure out how to do this without adding in .include > > "../Makefile.inc" on a couple hundred directories to tie them into one > > big tree so they all have an include path back to /usr/src/world.conf > > or whatever you want to call it. Having the file only read by make > > world isn't really acceptible because building parts of the source > > tree is a common developer activity and needs to use the same file. > > > Include world.conf from sys.mk. That way, it will be read before make(1) > even reads the ${.CURDIR}/Makefile. This is documented in the manpage. Uh, and how would a world.conf then be an improvement over make.conf? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message