From: Zac Medico Date: Sat, 16 Dec 2006 05:21:52 +0000 (-0000) Subject: For bug #158177, force configure scripts that automatically detect ccache to respect... X-Git-Tag: v2.1.2~290 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1363c1700fd811eb07952f607cecea37a48c1494;p=portage.git 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 --- 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.