From a31405b154f2a2af0fb3e3522f60a538e5c72cc0 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 14 Jan 2016 21:58:32 +0000 Subject: [PATCH] Fix improper use of MK_TESTS here from r264996. In stable/10, the MK_TESTS=no form is not supported. This was preventing the bmake bootstrap from working. Sponsored by: EMC / Isilon Storage Division --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24e6cf04943f..93a9871c167f 100644 --- a/Makefile +++ b/Makefile @@ -358,7 +358,7 @@ MMAKE= ${MMAKEENV} ${MAKE} \ -D_UPGRADING \ -DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \ -DNO_CPU_CFLAGS -DNO_WERROR \ - DESTDIR= MK_TESTS=no PROGNAME=${MYMAKE:T} + DESTDIR= -DNO_TESTS PROGNAME=${MYMAKE:T} make bmake: .PHONY @echo