Lines Matching refs:PATH

520 . for _D in ${PATH:S,:, ,g}
635 # still allow using the old behaviour (inheriting $PATH) if
638 # Currently strict $PATH can cause build failures. Once the remaining issues
651 TMPPATH= ${STRICTTMPPATH}:${PATH}
747 PATH=${BPATH:Q}:${PATH:Q} \
816 PATH=${BPATH:Q}:${PATH:Q} \
844 PATH=${TMPPATH:Q} \
848 HMAKE= PATH=${TMPPATH:Q} ${MAKE} LOCAL_MTREE=${LOCAL_MTREE:Q}
850 HMAKE+= PATH=${TMPPATH:Q} METALOG=${METALOG} -DNO_ROOT
964 IMAKEENV+= PATH=${STRICTTMPPATH:Q}:${INSTALLTMP:Q} \
969 IMAKEENV+= PATH=${TMPPATH:Q}:${INSTALLTMP:Q}
1050 # Using ':' leaks into PATH and breaks finding cross-tools.
1074 # Note: for delete-old we need to set $PATH to also include the host $PATH
1076 # will fail to run due to missing binaries. $WMAKE sets PATH to only ${TMPPATH}
1077 # so we remove that assignment from $WMAKE and prepend the new $PATH
1080 cd ${.CURDIR}; env PATH=${TMPPATH:Q}:${PATH:Q} ${WMAKE:NPATH=*} \
1108 # In order to build without inheriting $PATH we need to add symlinks to the host
1151 # since the restricted $PATH might not contain a valid cc binary
1265 # and Makefile.inc1 causes the correct PATH to be used, rather than a
1266 # modification of the current environment's PATH. In addition, we need
1433 if progpath=`env PATH=${TMPPATH:Q} which $$prog`; then \
1436 echo "Required tool $$prog not found in PATH ("${TMPPATH:Q}")." >&2; \
1508 ${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH:Q} ${MAKE} \
1518 PATH=${TMPPATH:Q}:${PATH:Q} \
1588 # We can't assume here that ${TMPPATH} will include ${PATH} or /usr/libexec
1604 ${_+_}@env PATH=${_sysent_PATH:Q} ${MAKE} -C ${.CURDIR}/${_dir} sysent
1652 ${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH:Q} ${MAKE} \
1655 ${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH:Q} \
1799 PATH=${TMPPATH:Q} \
1865 ${CROSSENV} PATH=${TMPPATH:Q} \
1878 ${CROSSENV} PATH=${TMPPATH:Q} \
1899 ${IMAKE_MTREE} PATH=${TMPPATH:Q} ${MAKE} KERNEL=${INSTKERNNAME} \
1915 ${IMAKE_MTREE} PATH=${TMPPATH:Q} ${MAKE} \
2341 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
2400 # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
2401 # accidentally run tools that are incompatible but happen to be in $PATH.
2407 # We want to build without the user's $PATH starting in the bootstrap-tools
2416 # $PATH during the bootstrap-tools stage.
3650 @PATH=${TMPPATH:Q} MACHINE=${TARGET} \
3747 CDMAKE=${CDENV} PATH=${CDTMP:Q}/usr/bin:${PATH:Q} ${MAKE} ${CDMAKEARGS} ${NOFUN}
3748 CD2MAKE=${CD2ENV} PATH=${CDTMP:Q}/usr/bin:${XDDESTDIR:Q}/usr/bin:${PATH:Q} \