Lines Matching +full:machine +full:- +full:mode
7 # Not in the below list as it may make sense for non-meta mode
15 .MAKE.MODE
18 _ERROR_CMD_EXEC= ${sed -n '/^CMD/s,^CMD \(.*\),\1;,p' ${.ERROR_META_FILE}:L:sh}
29 MACHINE \
40 # Meta mode may rebuild targets that then fail. The next build won't detect
41 # the meta mode change. Not all targets have a 'rm ${.TARGET}' in them
59 .-include <site.sys.mk>
64 .if ${.MAKE.MODE:Mmeta*} != ""
66 # re-running needlessly but only when using filemon.
67 # Targets that should support the meta mode cookie handling should just be
71 .if ${.MAKE.MODE:Mnofilemon} == ""
77 META_COOKIE_RM= @rm -f ${META_COOKIE}
84 # Attach this to a target to allow it to benefit from meta mode's
86 # metafile/filemon-tracked dependencies.
90 # some targets need to be .PHONY - but not in meta mode
99 .if ${MACHINE:Nhost*:Ncommon} != "" && ${MACHINE} != ${HOST_MACHINE}
100 # cross-building
101 CROSS_TARGET_FLAGS?= -target ${MACHINE_ARCH}-unknown-freebsd${FREEBSD_REVISION}