Reverse the sense of the test wrt bmake, and guard against

MK_BMAKE not being defined.
This commit is contained in:
Simon J. Gerraty
2013-05-16 21:26:46 +00:00
parent 1b83e8a3f8
commit 4c67ba2c7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ kernel: buildkernel installkernel
#
upgrade_checks:
.if !defined(.PARSEDIR)
.if defined(WITH_BMAKE)
.if !defined(WITHOUT_BMAKE)
(cd ${.CURDIR} && ${MAKE} bmake)
.else
@if ! (cd ${.CURDIR}/tools/build/make_check && \