aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-04-21 16:30:25 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-04-21 16:30:25 +0000
commitae00149999a578458ec44cfe51259d8b05436664 (patch)
treef8538e6752c20cb6f2b46b7e391bf2921e486dd6 /Makefile.inc1
parentc943a53eb41303f11f70c245ded33dc2cfd05e11 (diff)
downloadsrc-ae00149999a578458ec44cfe51259d8b05436664.tar.gz
src-ae00149999a578458ec44cfe51259d8b05436664.zip
Fix 'make -n' for new packaging targets.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=298416
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b7e3c84d920f..1ad4f5515cf3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1238,7 +1238,7 @@ packagekernel: .PHONY
.endif
stagekernel: .PHONY
- ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} distributekernel
+ ${_+_}${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} distributekernel
PORTSDIR?= /usr/ports
WSTAGEDIR?= ${MAKEOBJDIRPREFIX}${.CURDIR}/${TARGET}.${TARGET_ARCH}/worldstage
@@ -1257,7 +1257,7 @@ _pkgbootstrap: .PHONY
.endif
packages: .PHONY
- ${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} real-packages
+ ${_+_}${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} real-packages
package-pkg: .PHONY
rm -rf /tmp/ports.${TARGET} || :