From 4125fe5904a90685896be9b27ac9d799589b83e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 19 Nov 2010 13:07:11 +0100 Subject: [PATCH] Export CCACHE_BASEDIR for >=dev-util/ccache-3. --- bin/ebuild.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index c6bb57e..a6f05ed 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -2051,6 +2051,7 @@ if ! hasq "$EBUILD_PHASE" clean cleanrm ; then if hasq ccache $FEATURES ; then PATH="/usr/lib/ccache/bin:$PATH" + export CCACHE_BASEDIR="${WORKDIR}" if [[ -n $CCACHE_DIR ]] ; then addread "$CCACHE_DIR" -- 1.7.3.2