xref: /freebsd/share/mk/local.meta.stage.mk (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1.if defined(NO_OBJ) && ${__objdir:U${.CURDIR}} != ${.CURDIR}
2# NO_OBJ would cause us to dribble stage* into .CURDIR
3# which will prevent the targets being done for multiple MACHINES
4.undef NO_OBJ
5.OBJDIR: ${__objdir}
6.endif
7