From 293577e2a10c71d845659902b856362e513c3f7b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 23 Apr 2009 04:53:32 +0000 Subject: Remove ccache and distcc remove_path_entry code since PATH is always initialized from scratch so there's no danger of accumulation. svn path=/main/trunk/; revision=13385 --- bin/ebuild.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 57f1a9e60..357756a4f 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1919,14 +1919,11 @@ ebuild_main() { 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" -- cgit v1.2.3-1-g7c22