From owner-cvs-all Mon Dec 3 3:39:38 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8116837B416; Mon, 3 Dec 2001 03:39:32 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fB3BdTS22262; Mon, 3 Dec 2001 03:39:29 -0800 (PST) (envelope-from obrien) Date: Mon, 3 Dec 2001 03:39:28 -0800 From: "David O'Brien" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/yacc Makefile closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c Message-ID: <20011203033928.A22219@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200112011734.fB1HYgK64703@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112011734.fB1HYgK64703@freefall.freebsd.org>; from markm@FreeBSD.org on Sat, Dec 01, 2001 at 09:34:42AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Sat, Dec 01, 2001 at 09:34:42AM -0800, Mark Murray wrote: > markm 2001/12/01 09:34:42 PST > > Modified files: > usr.bin/yacc Makefile closure.c defs.h error.c lalr.c > lr0.c main.c mkpar.c output.c reader.c > skeleton.c symtab.c verbose.c warshall.c > Log: > WARNS=2 and s/register//. > > Set NO_WERROR=true because there are some flex(1) issues that need > to be dealt with. This is Just Wrong. What are you up to?? What is the purpose of setting WARNS=2 and NO_ERROR? Please the CVS repo is not your personal sandbox. Please do the development locally and commit the tested changes. Or set WARNS=2 in usr.bin/Makefile.inc and WARNS=0 in those Makefile's with no existing WARNS setting. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message