initialized from scratch so there's no danger of accumulation. (trunk r13385)
svn path=/main/branches/2.1.6/; revision=13537
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"