From owner-cvs-all Thu Mar 21 0: 9:21 2002
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 48A0737B41F; Thu, 21 Mar 2002 00:09:19 -0800 (PST)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.6/8.11.6) id g2L89Jh41934;
Thu, 21 Mar 2002 00:09:19 -0800 (PST)
(envelope-from dd)
Message-Id: <200203210809.g2L89Jh41934@freefall.freebsd.org>
From: Dima Dorfman
Date: Thu, 21 Mar 2002 00:09:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/mk bsd.sys.mk
X-FreeBSD-CVS-Branch: RELENG_4
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
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