summaryrefslogtreecommitdiff
path: root/Makefile.gcov
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-30 15:01:34 +0000
committerfoobar <sniper@php.net>2005-11-30 15:01:34 +0000
commit5b6cc7d96cb2df5ff8825fe622eb6f38fd663e76 (patch)
treec5e59afb4bb0751edac5ac17fcf6449adced982d /Makefile.gcov
parente20b4ab640c6072533b669f42b180c52cbdc7f78 (diff)
downloadphp-git-5b6cc7d96cb2df5ff8825fe622eb6f38fd663e76.tar.gz
MFH: - Fix the ccache detection
Diffstat (limited to 'Makefile.gcov')
-rw-r--r--Makefile.gcov6
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