Author: bdrewery Date: Fri Mar 11 04:09:47 2016 New Revision: 296643 URL: https://svnweb.freebsd.org/changeset/base/296643
Log: Fix make -n upgrade_checks. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Fri Mar 11 03:38:10 2016 (r296642) +++ head/Makefile Fri Mar 11 04:09:47 2016 (r296643) @@ -301,7 +301,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,,}) .endif # _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"