From owner-freebsd-arch Mon Mar 12 11:34:39 2001 Delivered-To: freebsd-arch@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A974E37B719; Mon, 12 Mar 2001 11:34:36 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f2CJYZI38844; Mon, 12 Mar 2001 12:34:36 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103121934.f2CJYZI38844@harmony.village.org> To: obrien@FreeBSD.ORG Subject: Re: Breaking up make.conf Cc: arch@FreeBSD.ORG In-reply-to: Your message of "Mon, 12 Mar 2001 11:29:40 PST." <20010312112939.E21123@dragon.nuxi.com> References: <20010312112939.E21123@dragon.nuxi.com> <20010310170844.C36413@dragon.nuxi.com> <200103090430.f294Ucs04824@billy-club.village.org> <20010308201422.A94052@mollari.cthul.hu> <200103090241.SAA27525@gndrsh.dnsmgr.net> <200103090349.f293nGs04577@billy-club.village.org> <200103090430.f294Ucs04824@billy-club.village.org> <200103090449.f294nUs06142@billy-club.village.org> <20010310170844.C36413@dragon.nuxi.com> <200103110145.f2B1jOI23270@harmony.village.org> Date: Mon, 12 Mar 2001 12:34:35 -0700 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010312112939.E21123@dragon.nuxi.com> "David O'Brien" writes: : On Sat, Mar 10, 2001 at 06:45:24PM -0700, Warner Losh wrote: : > In message <20010310170844.C36413@dragon.nuxi.com> "David O'Brien" writes: : > : I.E., lets assume /usr/share/mk/bsd.*.mk is the domain of /usr/src only. : > : > I think that's a bad assumption. I know of several projects outside : > of /usr/src that use bsd.*.mk. : : They should either copy the bsd.*.mk files to their own place, OR accpet : they have to play by our assumptions. They are named "bsd" :-) I'm sorry, but I beleive that's bogus. Jsut ebcause tehy say bsd doean't mean they are private to the build process. We install them on the system, and document them bsd.README. No where in bsd.README has there ever eben a warning that FreeBSD or anybdoy else would make these private to the build world process. If you want something that is private to the buidlworld process, then create a framework that is used only by the buildworld process. Besides, they are included last in all our makefiles, and that's too late for them to include global config information. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message