summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-gcov
diff options
context:
space:
mode:
authorunknown <knielsen/pushbuild@production.mysql.com>2006-11-28 22:31:05 +0100
committerunknown <knielsen/pushbuild@production.mysql.com>2006-11-28 22:31:05 +0100
commit75b1dce8ce8869e76084a0d37a033a3a7632f634 (patch)
treeb1dfcdad4a209e7f7c8a3180d229b37aa78e1b16 /BUILD/compile-pentium-gcov
parent5b3fa09ba52c6b801f223fe9a392f0c017cc7282 (diff)
downloadmariadb-git-75b1dce8ce8869e76084a0d37a033a3a7632f634.tar.gz
More fully disable ccache when not compatible with gcov.
This helps on systems where `which gcc` really points to ccache. BUILD/compile-pentium-gcov: More fully disable ccache when not compatible with gcov.
Diffstat (limited to 'BUILD/compile-pentium-gcov')
-rwxr-xr-xBUILD/compile-pentium-gcov3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov
index 5633efaddf0..c3208a8a267 100755
--- a/BUILD/compile-pentium-gcov
+++ b/BUILD/compile-pentium-gcov
@@ -9,6 +9,9 @@ then
if test "$CCACHE_VER" == "2.4-gcov"
then
CCACHE_GCOV_VERSION_ENABLED=1
+ else
+ CCACHE_DISABLE=1
+ export CCACHE_DISABLE
fi
fi
export CCACHE_GCOV_VERSION_ENABLED