[CRIU] [PATCH] test/Makefile: rm bad code

Kir Kolyshkin kir at openvz.org
Wed Oct 5 17:31:12 PDT 2016


The 'umount2: umount2' doesn't make sense as it's a circular dependency.
It came from commit e7b152fd and probably meant to say
"umount2: umount2.c" instead.

But it's not needed either as make has implicit rules like that.

Drop the "zdtm_ct: zdtm_ct.c" for same reason.

Cc: Andrei Vagin <avagin at openvz.org>
Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 test/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/Makefile b/test/Makefile
index 20336b7..a728e0c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -19,10 +19,6 @@ other:
 	done
 .PHONY: other
 
-zdtm_ct: zdtm_ct.c
-
-umount2: umount2
-
 zdtm:
 	./zdtm.py run -a --parallel 2
 .PHONY: zdtm
-- 
2.7.4



More information about the CRIU mailing list