Date: Mon, 3 Dec 2001 15:05:43 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Mark Murray <mark@grondar.za> 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> In-Reply-To: <200112031630.fB3GUx017248@grimreaper.grondar.org>; from mark@grondar.za on Mon, Dec 03, 2001 at 04:30:59PM %2B0000 References: <20011203034428.B22219@dragon.nuxi.com> <200112031630.fB3GUx017248@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Murray <mark@grondar.za> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011203150543.A57237>