Commit 0b27a55f authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

The lcov target shouldn't clean

This is not needed because every change in compiler/linker flags
triggers a cleanup.
parent 6cedb4d4
......@@ -184,7 +184,7 @@ test: $(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME)
@(cd ..; ./runtest)
lcov:
$(MAKE) clean gcov
$(MAKE) gcov
@(set -e; cd ..; ./runtest --clients 1)
@geninfo -o redis.info .
@genhtml --legend -o lcov-html redis.info
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment