From a6ae521803aaf366df94a4867f223aab2212a0cf Mon Sep 17 00:00:00 2001 From: sjg Date: Fri, 14 Jun 2013 16:30:11 +0000 Subject: Flag recursive make targets with .MAKE so that job token pipe is passed to them. To avoid surprising anyone, only add .MAKE to ${TGTS} when -n has not been specified (at least for Makefile). Reviewed by: obrien --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 78f98e8..2b49ab8 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1890,3 +1890,5 @@ _xi-links: xdev xdev-build xdev-install: @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target" .endif + +buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE -- cgit v1.1