diff options
author | foobar <sniper@php.net> | 2005-11-30 15:01:34 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-30 15:01:34 +0000 |
commit | 5b6cc7d96cb2df5ff8825fe622eb6f38fd663e76 (patch) | |
tree | c5e59afb4bb0751edac5ac17fcf6449adced982d /Makefile.gcov | |
parent | e20b4ab640c6072533b669f42b180c52cbdc7f78 (diff) | |
download | php-git-5b6cc7d96cb2df5ff8825fe622eb6f38fd663e76.tar.gz |
MFH: - Fix the ccache detection
Diffstat (limited to 'Makefile.gcov')
-rw-r--r-- | Makefile.gcov | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.gcov b/Makefile.gcov index 1c06d40899..073163fe6e 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -5,12 +5,6 @@ lcov: lcov-html -lcov-ccache: - @if test -z "$(CCACHE_DISABLE)" || test "$(CCACHE_DISABLE)" != "1"; then \ - echo "ccache is not disabled. Set environment variable CCACHE_DISABLE=1 to disable ccache."; \ - exit 123; \ - fi - lcov-test: all @echo "Running test suite" @find . -name \*.gcda | xargs rm -f |