Date: Tue, 02 Nov 1999 09:10:32 -0800 From: Doug Barton <Doug@gorean.org> To: Matthew Dillon <dillon@apollo.backplane.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: minor heads up - /etc/make.conf{,.local} being moved Message-ID: <381F1B08.AF4E0585@gorean.org> References: <199910271928.MAA35915@apollo.backplane.com> <381F1722.3F85DA1@simplenet.com> <199911021703.JAA51793@apollo.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Dillon wrote: > > :> sent to the CVS meisters to get /usr/src/etc/make.conf moved. > :> > :> make will dump out with an appropriate error and instructions if you > :> update your source tree and still have an /etc/make.conf.local. > : > : I like this change (kind of) but is it really necessary to cause make > :to exit if there is a make.conf.local? Why not have it read all 3? One > :of the things we talked about at the 'Con was that a three tiered system > :works well for rc.conf when you have a lot of machines sharing similar > :configuration details, but with some unique elements present on each > :machine. Perhaps I'm missing something, but how can make.conf.local be a > :bad thing? > : > :Doug > > I think it is necessary to make it exit for now, because what we are > really doing is a net-0 gain in files... turning what used to be > functionality in /etc/make.conf.local into /etc/make.conf. The intent is > not to add a third file. If the intent were to add a third configuration > file then, sure, we could allow all three. But that isn't my intent. Ok, well put me on record as wanting three files. While I still have some reservations about the whole /etc/defaults thing, I believe that if we are going to use it we should use it to full advantage, offering people more functionality, not less. Unless I am missing something, the worst thing that could happen if someone had all three files is that the settings they want will get read from /etc/make.conf.local. The only time this causes a problem is if you change a default setting for something that was in the "old" make.conf file (evil), or change the name of a define in /etc/defaults/make.conf (_really_ evil). I'm a little behind in my freebsd mail, so forgive me if this has been covered. If not, I hope this will spark some conversation. Thanks, Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?381F1B08.AF4E0585>