From owner-freebsd-arch Fri Aug 31 11:22:57 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 7B47937B410 for ; Fri, 31 Aug 2001 11:22:28 -0700 (PDT) Received: (qmail 96558 invoked from network); 31 Aug 2001 18:22:27 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Aug 2001 18:22:27 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010831193947.A17086@fump.kawo2.rwth-aachen.de> Date: Fri, 31 Aug 2001 11:22:33 -0700 (PDT) From: John Baldwin To: Alexander Langer Subject: Re: cvs commit: src/share/mk sys.mk Cc: arch@FreeBSD.ORG, Ruslan Ermilov , "David O'Brien" 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 31-Aug-01 Alexander Langer wrote: > Thus spake David O'Brien (obrien@FreeBSD.ORG): > >> Reviewing the thread I see you made a switch from talking about >> ports.conf (which I was still talking about) to etc/defaults/make.conf. > > Ah, yes. I'm sorry. > >> I am not sure I am the only one that did not know we were changing the >> topic of discussion. I saw another surprised reply to your commit. I am >> asking that you verify the concensis you thought you had to make sure we >> all knew what your desires were. > > Ok, thanks for doing this, David. > > Has anyone strong objections against the removal? I can of course > back it out, if there is general agreement. > > If not, there is my current plan: > > - Teach /usr/src/Makefile's $(MAKE) variable about a world.conf file > which is included for /usr/src builds. This needs extensive testing. The only problem with this is that then world.conf isn't used for one-off test builds. I..e, I do 'cd /usr/src/usr.bin/foo ; make' and world.conf isn't used. I think you should just leave /etc/defaults/make.conf where it is for now and focus on getting ports.conf done and working on the world.conf problem (I don't think doc uses anything in make.conf right now). When those are done, make.conf will be a very small file, and then at that point you can either axe it or move it somewhere else. I would wait to mess with make.conf though until you've finished the other tasks. Don't put the cart before the horse. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message