Fix make -n upgrade_checks.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5202371725
commit
125297980a
2
Makefile
2
Makefile
@ -301,7 +301,7 @@ kernel: buildkernel installkernel
|
|||||||
upgrade_checks:
|
upgrade_checks:
|
||||||
.if ${HAVE_MAKE} != ${WANT_MAKE} || \
|
.if ${HAVE_MAKE} != ${WANT_MAKE} || \
|
||||||
(defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION})
|
(defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION})
|
||||||
@(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,})
|
@${_+_}(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,})
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user