From 1363c1700fd811eb07952f607cecea37a48c1494 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 16 Dec 2006 05:21:52 +0000 Subject: For bug #158177, force configure scripts that automatically detect ccache to respect FEATURES="-ccache". Thanks to Horst Schirmeier for this suggestion. svn path=/main/trunk/; revision=5302 --- bin/ebuild.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index fcb7438ed..1b07ad55b 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1405,6 +1405,10 @@ if [[ ${EBUILD_SH_ARGS} != "depend" ]] && [[ ${EBUILD_SH_ARGS} != "clean" ]] && addwrite "${CCACHE_DIR}" [ -n "${CCACHE_SIZE}" ] && ccache -M ${CCACHE_SIZE} &> /dev/null + else + # Force configure scripts that automatically detect ccache to respect + # FEATURES="-ccache" + export CCACHE_DISABLE=1 fi # XXX: Load up the helper functions. -- cgit v1.2.3-1-g7c22