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 | ffd7d6bf37dbc524825c6f54f588fad647c25342 (patch) | |
tree | b1dfcdad4a209e7f7c8a3180d229b37aa78e1b16 /BUILD/compile-pentium-gcov | |
parent | 76b4ccbdf8d4913993eb64ef08986654ac5f0423 (diff) | |
download | mariadb-git-ffd7d6bf37dbc524825c6f54f588fad647c25342.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-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 |