summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-04-21 22:36:31 +0000
committerjmmv <jmmv@FreeBSD.org>2014-04-21 22:36:31 +0000
commit534840ba27f335f1e9ce6b8fb70f43a9f0cd3a0c (patch)
treef6d2141ff91696e610a3f045ebfc88cbeacbacfb /Makefile
parent64b466d8f8f24140631d148b4bbad65719b5d4ba (diff)
downloadFreeBSD-src-534840ba27f335f1e9ce6b8fb70f43a9f0cd3a0c.zip
FreeBSD-src-534840ba27f335f1e9ce6b8fb70f43a9f0cd3a0c.tar.gz
Prevent building tests when bootstrapping make.
Should fix the breakage reported by tinderbox when WITHOUT_BMAKE is set, which was probably introduced in r263346..
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6caebdf..cc1ca6d 100644
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,8 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
INSTALL="sh ${.CURDIR}/tools/install.sh"
MMAKE= ${MMAKEENV} ${MAKE} \
-D_UPGRADING -DNO_MAN -DNO_SHARED \
- -DNO_CPU_CFLAGS -DNO_WERROR DESTDIR= PROGNAME=${MYMAKE:T}
+ -DNO_CPU_CFLAGS -DNO_WERROR \
+ DESTDIR= MK_TESTS=no PROGNAME=${MYMAKE:T}
make bmake: .PHONY
@echo
OpenPOWER on IntegriCloud