summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-18 18:24:36 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-18 18:24:36 +0000
commitfff91969c9cc49df36143faf851f30bf2a9706ca (patch)
treeb597758debbd0fdcd093a5f0282b3cf047132af2 /Makefile
parent34ec6b209492e5f7e570cea1f2256b8b3e9db6a1 (diff)
downloadFreeBSD-src-fff91969c9cc49df36143faf851f30bf2a9706ca.zip
FreeBSD-src-fff91969c9cc49df36143faf851f30bf2a9706ca.tar.gz
MFC r296643:
Fix make -n upgrade_checks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff4c18c..9898df0 100644
--- a/Makefile
+++ b/Makefile
@@ -336,7 +336,7 @@ kernel: buildkernel installkernel
upgrade_checks:
.if ${HAVE_MAKE} != ${WANT_MAKE} || \
(defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION})
- @(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,})
+ @${_+_}(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,})
.elif ${WANT_MAKE} == "fmake"
@if ! (cd ${.CURDIR}/tools/build/make_check && \
PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \
OpenPOWER on IntegriCloud