Home | History | Annotate | Download | only in mk

Lines Matching refs:if

3 .if !defined(_BSD_OBJ_MK_)
10 .if ${MKOBJ} == "no"
13 .if defined(MAKEOBJDIRPREFIX) || defined(MAKEOBJDIR)
14 .if defined(MAKEOBJDIRPREFIX)
21 # If that fails - we do a mkdir to get the appropriate error message
24 .if defined(MAKEOBJDIRPREFIX)
25 @if [ ! -d ${MAKEOBJDIRPREFIX} ]; then \
30 .if ${.CURDIR} == ${.OBJDIR}
31 @if [ ! -d ${__objdir} ]; then \
33 if [ ! -d ${__objdir} ]; then \
48 .if defined(BUILDID)
54 .if defined(OBJHOSTMACHINE) && (${MKHOSTOBJ} != "no")
57 .if ${__curdir:M/*} == ""
66 .if defined(__need_objdir_target)
74 if [ "$$here" != "$$subdir" ]; then \
75 if [ ! -d ${__usrobjdir} ]; then \
81 if [ -x ${TOOL_STAT} ] && \
90 if [ ! -d $$dest ]; then \
98 if [ ! -d ${__objdir} ] || [ -h ${__objdir} ]; then \