diff options
author | unknown <knielsen/pushbuild@production.mysql.com> | 2006-11-28 22:31:05 +0100 |
---|---|---|
committer | unknown <knielsen/pushbuild@production.mysql.com> | 2006-11-28 22:31:05 +0100 |
commit | 75b1dce8ce8869e76084a0d37a033a3a7632f634 (patch) | |
tree | b1dfcdad4a209e7f7c8a3180d229b37aa78e1b16 /BUILD | |
parent | 5b3fa09ba52c6b801f223fe9a392f0c017cc7282 (diff) | |
download | mariadb-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')
-rwxr-xr-x | BUILD/compile-pentium-gcov | 3 |
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 |