renamed make target clean-integration-test-cache-file to $/clean-integration-test-cache-file

This commit is contained in:
Vladimir Kozhukalov 2012-06-26 17:17:37 +04:00
parent a886e5b82d
commit 6b552c03b0

View File

@ -8,11 +8,11 @@ $/%: /:=$/
test: test-integration
clean: clean-integration-test-cache-file
clean: $/clean-integration-test-cache-file
.PHONY: clean-integration-test-cache-file
clean-integration-test-environment:
.PHONY: $/clean-integration-test-cache-file
$/clean-integration-test-environment:
test -f $/environment-id && \
python test/integration.py -l INFO --cache-file $(abspath $/environment-id) destroy