2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00

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: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin 2016-10-06 03:31:00 +03:00 committed by Pavel Emelyanov
parent ca2cee201e
commit c42f6ce2e6

View File

@ -19,10 +19,6 @@ other:
done
.PHONY: other
zdtm_ct: zdtm_ct.c
umount2: umount2
zdtm:
./zdtm.py run -a --parallel 2
.PHONY: zdtm