]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename NO_WERROR -> MK_WERROR=no
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 6 Jan 2021 17:55:06 +0000 (17:55 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 7 Jan 2021 09:31:03 +0000 (09:31 +0000)
commit7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f
treecd926f5786b67b905e2c475f1b422b7e4ba261e6
parent94ffff68c8e84d4983e3d803575cfdb3e5782515
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
25 files changed:
Makefile
Makefile.inc1
Makefile.libcompat
lib/googletest/tests/gmock/Makefile
lib/googletest/tests/gmock_main/Makefile
lib/googletest/tests/gtest/Makefile
lib/googletest/tests/gtest_main/Makefile
lib/libalias/libalias/Makefile
lib/libc/tests/ssp/Makefile
lib/libcompiler_rt/Makefile
lib/libgcc_s/Makefile
share/man/man5/style.Makefile.5
share/man/man7/build.7
share/mk/bsd.README
share/mk/bsd.lib.mk
share/mk/bsd.opts.mk
share/mk/bsd.prog.mk
share/mk/bsd.progs.mk
share/mk/bsd.sys.mk
targets/pseudo/bootstrap-tools/Makefile
tools/build/options/WITHOUT_WERROR [new file with mode: 0644]
usr.bin/drill/Makefile
usr.bin/kdump/Makefile
usr.bin/truss/Makefile
usr.sbin/unbound/Makefile.inc