From 6f28b25f06055a1ecf2ff00ab440c8d383a7bc9b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 30 Apr 2009 07:23:35 +0000 Subject: [PATCH] Remove ccache and distcc remove_path_entry code since PATH is always initialized from scratch so there's no danger of accumulation. (trunk r13385) svn path=/main/branches/2.1.6/; revision=13537 --- 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" -- 2.26.2