From 7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 6 Jan 2021 17:55:06 +0000 Subject: 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. uses. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D27601 --- lib/googletest/tests/gmock/Makefile | 2 +- lib/googletest/tests/gmock_main/Makefile | 2 +- lib/googletest/tests/gtest/Makefile | 2 +- lib/googletest/tests/gtest_main/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/googletest') diff --git a/lib/googletest/tests/gmock/Makefile b/lib/googletest/tests/gmock/Makefile index 0e311abfe3e1..0f31e87018de 100644 --- a/lib/googletest/tests/gmock/Makefile +++ b/lib/googletest/tests/gmock/Makefile @@ -9,6 +9,6 @@ GTESTS+= gmock_stress_test LIBADD+= pthread gtest gmock # The next release will resolve a number of build warnings issues. -NO_WERROR= +MK_WERROR= no .include diff --git a/lib/googletest/tests/gmock_main/Makefile b/lib/googletest/tests/gmock_main/Makefile index 444c9ae3cb5d..a44d893b96f0 100644 --- a/lib/googletest/tests/gmock_main/Makefile +++ b/lib/googletest/tests/gmock_main/Makefile @@ -32,6 +32,6 @@ SRCS.gmock_link_test= \ LIBADD= gmock_main gmock gtest # The next release will resolve a number of build warnings issues. -NO_WERROR= +MK_WERROR= no .include diff --git a/lib/googletest/tests/gtest/Makefile b/lib/googletest/tests/gtest/Makefile index 9ab69ede2d6e..07b43884dedd 100644 --- a/lib/googletest/tests/gtest/Makefile +++ b/lib/googletest/tests/gtest/Makefile @@ -41,6 +41,6 @@ LIBADD+= gtest LIBADD.gtest_stress_test+= pthread # The next release will resolve a number of build warnings issues. -NO_WERROR= +MK_WERROR= no .include diff --git a/lib/googletest/tests/gtest_main/Makefile b/lib/googletest/tests/gtest_main/Makefile index 8d2e9e68d5e1..0d4175735b1c 100644 --- a/lib/googletest/tests/gtest_main/Makefile +++ b/lib/googletest/tests/gtest_main/Makefile @@ -39,6 +39,6 @@ LIBADD.googletest-port-test+= pthread LIBADD.gtest_unittest+= pthread # The next release will resolve a number of build warnings issues. -NO_WERROR= +MK_WERROR= no .include -- cgit v1.2.3