Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.

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
This commit is contained in:
Bryan Drewery
2015-10-15 05:26:11 +00:00
parent 93efdc635d
commit 33388a1662
+1 -1
View File
@@ -1062,7 +1062,7 @@ INSTALLKERNEL= ${_kernel}
.endif .endif
.endfor .endfor
buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE buildkernel ${WMAKE_TGTS:N_worldtmp} ${.ALLTARGETS:M_*:N_worldtmp}: .MAKE
# #
# buildkernel # buildkernel