From owner-cvs-all Mon Dec 3 12: 6:52 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id A373037B405; Mon, 3 Dec 2001 12:06:48 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fB3K5ix57392; Mon, 3 Dec 2001 15:05:44 -0500 (EST) (envelope-from mike) Date: Mon, 3 Dec 2001 15:05:43 -0500 From: Mike Barcroft To: Mark Murray Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile.inc Message-ID: <20011203150543.A57237@espresso.q9media.com> References: <20011203034428.B22219@dragon.nuxi.com> <200112031630.fB3GUx017248@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112031630.fB3GUx017248@grimreaper.grondar.org>; from mark@grondar.za on Mon, Dec 03, 2001 at 04:30:59PM +0000 Organization: The FreeBSD Project 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 Mark Murray writes: > Erm, David, > > This is work-in-progress. I have a very large set of patches in my tree. > While I'm committing them, it is entirely reasonable that I prevent the > work breaking (over warnings for ghod's sake!) until I'm finished. This > is _TEMPORARY_. It will be gone before Friday. > > I'll back it out if you deal with the howls-of-protest by fixing problems > (not backing stuff out). You've made it too difficult to back out now. To properly fix this, you need to downgrade any WARNS=2's that generate warnings on either i386 *or alpha*, then remove NO_WERROR=yes from Makefile.inc. You can then do your change properly: 1. Set WARNS=0 on every usr.bin Makefile that does not currently have a WARNS= line. 2. Turn on WARNS=2 in usr.bin/Makefile.inc. Note how the proper why of implementing this doesn't negatively affect other developers. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message