initialized from scratch so there's no danger of accumulation.
svn path=/main/trunk/; revision=13385
if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then
if hasq distcc $FEATURES ; then
- [[ -z ${PATH/*distcc*/} ]] && remove_path_entry distcc
export PATH="/usr/lib/distcc/bin:$PATH"
[[ -n $DISTCC_LOG ]] && addwrite "${DISTCC_LOG%/*}"
fi
if hasq ccache $FEATURES ; then
- [[ -z ${PATH/*ccache*/} ]] && remove_path_entry ccache
-
export PATH="/usr/lib/ccache/bin:$PATH"
addread "$CCACHE_DIR"