]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 15 Oct 2015 05:26:11 +0000 (05:26 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 15 Oct 2015 05:26:11 +0000 (05:26 +0000)
This was causing files to be removed from the objdir when -n was used.
_worldtmp makes no sub-make calls.

A more comprehensive solution is coming involving fine-grained '+' where
appropriate.

Sponsored by: EMC / Isilon Storage Division
MFC after: 1 week

Makefile.inc1

index 5d1917ca2b5b878cb695d0d60c187b4b5178c945..4e6a873887cec02f66aa5e02e867bd91a2c263f4 100644 (file)
@@ -1062,7 +1062,7 @@ INSTALLKERNEL= ${_kernel}
 .endif
 .endfor
 
-buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE
+buildkernel ${WMAKE_TGTS:N_worldtmp} ${.ALLTARGETS:M_*:N_worldtmp}: .MAKE
 
 #
 # buildkernel