Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:objdir

38 .if ${.OBJDIR} != ${.CURDIR}
40 TMPDIR:= ${.OBJDIR}/tmp
157 TESTS+= deptgt-objdir
242 TESTS+= objdir-writable
453 TESTS+= varname-dot-objdir
590 SED_CMDS.varname-empty= ${.OBJDIR .PARSEDIR .PATH .SHELL .SYSPATH:L:@v@-e '/\\$v/d'@}
740 cd ${.OBJDIR}; \
758 # canonicalize ${.OBJDIR} and ${.CURDIR}
760 .if ${.OBJDIR} != ${.CURDIR}
761 # yes this is inaccurate but none of the tests expect <objdir> anywhere
763 _SED_CMDS+= -e 's,${.OBJDIR},<curdir>,g' -e 's,${.OBJDIR:tA},<curdir>,g'