diff options
author | foobar <sniper@php.net> | 2005-11-30 15:01:22 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-30 15:01:22 +0000 |
commit | 13c1c6c15d67741d8669fd5648bd0f7c9c607d01 (patch) | |
tree | 61556f1800c05dddb722de09829879c2551a56ad /Makefile.gcov | |
parent | 6fddd6f87893df1eec675fc93088e6ade1e52622 (diff) | |
download | php-git-13c1c6c15d67741d8669fd5648bd0f7c9c607d01.tar.gz |
- 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 |