xref: /freebsd/share/mk/local.meta.stage.mk (revision dab59af3bcc7cb7ba01569d3044894b3e860ad56)
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