From owner-cvs-all Sun May 20 4:42:54 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 15B2A37B424; Sun, 20 May 2001 04:42:44 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id VAA02555; Sun, 20 May 2001 21:42:40 +1000 Date: Sun, 20 May 2001 21:41:15 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Ruslan Ermilov Cc: Peter Wemm , Warner Losh , Greg Lehey , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile In-Reply-To: <20010520140748.D3338@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sun, 20 May 2001, Ruslan Ermilov wrote: > On Fri, May 18, 2001 at 10:24:23PM -0700, Peter Wemm wrote: > > Personally, I think we should implement the WARNS make variable from > > NetBSD. It works there. There is no need to be gratuitously different. This is implemented now. > We already have DEBUG_FLAGS in bsd.prog.mk and bsd.lib.mk. > That should be sufficient for -Wfoo stuff. I think DEBUG_FLAGS is a) for debugging flags (-g, etc.) :-). b) completely under use control. Currently, only a couple of Makefiles under usr.sbin/acpi misuse it (but only in commented out code). There is also CWARNFLAGS, which used to be only for kernels... Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message