From owner-cvs-all Wed Jul 10 16:16:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A722837B401; Wed, 10 Jul 2002 16:16:28 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BC743E5E; Wed, 10 Jul 2002 16:16:28 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g6ANGOLA076245; Wed, 10 Jul 2002 16:16:24 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g6ANGOGx076244; Wed, 10 Jul 2002 16:16:24 -0700 (PDT) (envelope-from dillon) Date: Wed, 10 Jul 2002 16:16:24 -0700 (PDT) From: Matthew Dillon Message-Id: <200207102316.g6ANGOGx076244@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/chmod chmod.c References: <200207102036.g6AKaQej039281@freefall.freebsd.org> <200207102133.g6ALXqu2016453@apollo.backplane.com> <200207102141.g6ALfF8w029851@apollo.backplane.com> <200207102215.g6AMFDJ9075934@apollo.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Matthew Dillon writes: :> WFORMAT=0 is a fine workaround, except that all -current developers have :> to specify it manually : :No, you can add it to individual Makefiles. : :DES :-- :Dag-Erling Smorgrav - des@ofug.org So you are saying that all -current developers now must edit Makefiles? Let me be more specific. When I type 'make buildworld' in current's source tree I want it to work. I don't want to have to edit anything, or specify special options. I want the source tree to compile freshly checked out of CVS and I want it to compile today. So, again, we have several options here. I've layed out several and provided the patch set for one. If you have a suggestion and a patch set to back it up that you can commit or would like me to commit then I'm all ears. Otherwise I will commit *something* that will fix the tree. I suppose the minimal fix is to remove __printf0like from err(), errx(), and warn() in /usr/src/include/err.h. So that is what I will do if this problem isn't fixed in the tree by 9:00 p.m. PDT tonight. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message