Lines Matching refs:MACHINE

32 # Otherwise the recommendation is to use Makefile.depend.${MACHINE}
44 # machines "host" or "common" regardless of current ${MACHINE}.
71 # The default value is just MACHINE, and for most environments
73 # both MACHINE and TARGET_SPEC to the suffix of the current
76 # If more than MACHINE is needed then sys.mk needs to decompose
78 # It is important that MACHINE be included in and actually be
81 # below relies on MACHINE being the first entry.
87 # # Always list MACHINE first,
89 # TARGET_SPEC_VARS = MACHINE TARGET_OS
92 # MACHINE := ${_tspec:[1]}
96 # # and deal with MACHINE=${TARGET_SPEC} in the environment.
180 TARGET_MACHINE := ${MACHINE}
192 # If TARGET_SPEC_VARS is other than just MACHINE
195 TARGET_SPEC_VARS ?= MACHINE
209 # The makefiles may only partially specify (eg. MACHINE only),
236 .if ${TARGET_SPEC} != ${MACHINE}
237 .MAKE.DEPENDFILE_PREFERENCE += ${_CURDIR}/${.MAKE.DEPENDFILE:T:R}.$${MACHINE}
244 _machine_dependfiles := ${.MAKE.DEPENDFILE_PREFERENCE:T:M*${MACHINE}*}
246 # for machine specific dependfiles we require ${MACHINE} to be at the end
259 N_notmachine := ${.MAKE.DEPENDFILE_PREFERENCE:E:N*${MACHINE}*:${M_ListToSkip}}
263 # First off, we want to know what ${MACHINE} to build for.
264 # This can be complicated if we are using a mixture of ${MACHINE} specific
281 DEP_MACHINE = ${TARGET_MACHINE:U${MACHINE}}
420 MACHINE=${.TARGET:E} \
586 # M_dep_qual_fixes expects .${MACHINE}* so add (and remove) '.'
749 # Warning: there is an assumption here that MACHINE is always
751 # If TARGET_SPEC and MACHINE are insufficient, you have a problem.
752 _m := ${.MAKE.DEPENDFILE_PREFERENCE:T:S;${TARGET_SPEC}$;${d:E};:S;${MACHINE};${d:E:C/,.*//};:@m@${exists(${d:R}/$m):?${d:R}/$m:}@:[1]}
831 _src != cd ${.CURDIR} && for m in ${.MAKE.DEPENDFILE_PREFERENCE:T:S,${MACHINE},*,}; do test -s $$m || continue; echo $$m; break; done; echo
838 .MAKE.DEPENDFILE_BOOTSTRAP_SED+= -e 's/${_src:E:C/,.*//}/${MACHINE}/g'