Date: Thu, 21 Mar 2002 00:09:18 -0800 (PST) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.sys.mk Message-ID: <200203210809.g2L89Jh41934@freefall.freebsd.org>
index | next in thread | raw e-mail
dd 2002/03/21 00:09:18 PST
Modified files: (Branch: RELENG_4)
share/mk bsd.sys.mk
Log:
When we added the WARNS to -stable, we decided that -Werror should be
conditional on WARNS_WERROR so that warnings don't break the -stable
build. However, this was made conditional with the intention that a
developer could set WARNS_WERROR to true and build -stable with
-Werror, which we would still expect to survive. However, when we
added WARNS_WERROR, we removed support for NO_WERROR, which individual
Makefiles may set if they want to keep the warnings, but don't want to
make them fatal since they know some still exist.
Reviewed by: obrien
Revision Changes Path
1.3.2.4 +3 -3 src/share/mk/bsd.sys.mk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203210809.g2L89Jh41934>
