Lines Matching refs:PATH

507 . for _D in ${PATH:S,:, ,g}
618 # still allow using the old behaviour (inheriting $PATH) if
621 # Currently strict $PATH can cause build failures and does not work yet with
635 TMPPATH= ${STRICTTMPPATH}:${PATH}
719 PATH=${BPATH}:${PATH} \
766 PATH=${BPATH}:${PATH} \
786 PATH=${TMPPATH} \
790 HMAKE= PATH=${TMPPATH} ${MAKE} LOCAL_MTREE=${LOCAL_MTREE:Q}
792 HMAKE+= PATH=${TMPPATH} METALOG=${METALOG} -DNO_ROOT
906 IMAKEENV+= PATH=${STRICTTMPPATH}:${INSTALLTMP} \
911 IMAKEENV+= PATH=${TMPPATH}:${INSTALLTMP}
984 # Using ':' leaks into PATH and breaks finding cross-tools.
1006 # Note: for delete-old we need to set $PATH to also include the host $PATH
1008 # will fail to run due to missing binaries. $WMAKE sets PATH to only ${TMPPATH}
1009 # so we remove that assingnment from $WMAKE and prepend the new $PATH
1012 cd ${.CURDIR}; env PATH=${TMPPATH}:${PATH} ${WMAKE:NPATH=*} \
1035 # In order to build without inheriting $PATH we need to add symlinks to the host
1073 # since the restricted $PATH might not contain a valid cc binary
1185 # and Makefile.inc1 causes the correct PATH to be used, rather than a
1186 # modification of the current environment's PATH. In addition, we need
1352 if progpath=`env PATH=${TMPPATH} which $$prog`; then \
1355 echo "Required tool $$prog not found in PATH ($$PATH)." >&2; \
1421 ${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
1458 DESTDIR=${CERTCTLDESTDIR} PATH=${TMPPATH}:${PATH} \
1495 # We can't assume here that ${TMPPATH} will include ${PATH} or /usr/libexec
1514 ${_+_}@env PATH=${_sysent_PATH} ${MAKE} -C ${.CURDIR}/${_dir} sysent
1562 ${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
1565 ${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH} \
1673 PATH=${TMPPATH} \
1740 ${CROSSENV} PATH=${TMPPATH} \
1752 ${CROSSENV} PATH=${TMPPATH} \
1772 ${IMAKE_MTREE} PATH=${TMPPATH} ${MAKE} KERNEL=${INSTKERNNAME} \
1787 ${IMAKE_MTREE} PATH=${TMPPATH} ${MAKE} \
2101 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
2174 # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
2175 # accidentally run tools that are incompatible but happen to be in $PATH.
2181 # We want to build without the user's $PATH starting in the bootstrap-tools
2190 # $PATH during the bootstrap-tools stage.
3334 @PATH=${TMPPATH} MACHINE=${TARGET} \
3429 CDMAKE=${CDENV} PATH=${CDTMP}/usr/bin:${PATH} ${MAKE} ${CDMAKEARGS} ${NOFUN}
3430 CD2MAKE=${CD2ENV} PATH=${CDTMP}/usr/bin:${XDDESTDIR}/usr/bin:${PATH} \