From 4a179202a4b412571d5040fd389659d8f9297f82 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@294044 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24e6cf049..93a9871c1 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 -- 2.45.0