summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-01-14 21:58:32 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-01-14 21:58:32 +0000
commita31405b154f2a2af0fb3e3522f60a538e5c72cc0 (patch)
tree94d50bb2e7e844b12468ea9dcde9490103bfb092 /Makefile
parent2287ea2801aa73a1c946659b4dbf5dc74a86c72b (diff)
downloadFreeBSD-src-a31405b154f2a2af0fb3e3522f60a538e5c72cc0.zip
FreeBSD-src-a31405b154f2a2af0fb3e3522f60a538e5c72cc0.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24e6cf0..93a9871 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
OpenPOWER on IntegriCloud