Date: Sat, 19 May 2001 16:18:21 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> 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 Message-ID: <200105192318.f4JNIMp86494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105192318.f4JNIMp86494>