From owner-cvs-all Sat May 19 16:18:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1936237B422; Sat, 19 May 2001 16:18:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JNIMp86494; Sat, 19 May 2001 16:18:22 -0700 (PDT) (envelope-from kris) Message-Id: <200105192318.f4JNIMp86494@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 16:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.sys.mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD 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 kris 2001/05/19 16:18:21 PDT Modified files: share/mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk Added files: share/mk bsd.sys.mk Log: Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk to avoid polluting sys.mk. This directive controls the addition of compiler warning flags to CFLAGS in a relatively compiler-neutral manner. The idea is that WARNS can be set in Makefile.inc or in individual Makefiles as they become clean, to prevent the introduction of new warnings in the code. -Werror is added by default Revision Changes Path 1.31 +2 -2 src/share/mk/Makefile 1.87 +3 -1 src/share/mk/bsd.kmod.mk 1.96 +3 -1 src/share/mk/bsd.lib.mk 1.96 +3 -1 src/share/mk/bsd.prog.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message