From 6b552c03b0dea1c52dbab64773020433df6c2636 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 26 Jun 2012 17:17:37 +0400 Subject: [PATCH] renamed make target clean-integration-test-cache-file to $/clean-integration-test-cache-file --- test/module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/module.mk b/test/module.mk index fb9f9f2e0..12257ce55 100644 --- a/test/module.mk +++ b/test/module.mk @@ -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