aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/style.Makefile.5
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2021-01-06 17:55:06 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-01-07 09:31:03 +0000
commit7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f (patch)
treecd926f5786b67b905e2c475f1b422b7e4ba261e6 /share/man/man5/style.Makefile.5
parent94ffff68c8e84d4983e3d803575cfdb3e5782515 (diff)
Rename NO_WERROR -> MK_WERROR=no
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D27601
Diffstat (limited to 'share/man/man5/style.Makefile.5')
-rw-r--r--share/man/man5/style.Makefile.52
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 6bd1b7738c98..67991869ff57 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -156,7 +156,7 @@ is spelled
so that it may be overridden on the command line or in
.Xr make.conf 5 .
.It
-.Dq Li "NO_WERROR= yes"
+.Dq Li "MK_WERROR=no"
should not be used,
it defeats the purpose of
.Va WARNS .