Commit c42f6ce2 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

test/Makefile: rm bad code

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.

travis-ci: success for test/Makefile: rm bad code
Cc: Andrei Vagin <avagin@openvz.org>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent ca2cee20
...@@ -19,10 +19,6 @@ other: ...@@ -19,10 +19,6 @@ other:
done done
.PHONY: other .PHONY: other
zdtm_ct: zdtm_ct.c
umount2: umount2
zdtm: zdtm:
./zdtm.py run -a --parallel 2 ./zdtm.py run -a --parallel 2
.PHONY: zdtm .PHONY: zdtm
......
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