2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 14:55:39 +00:00

build: zdtm -- Add implicit rules into zdtm building

Current zdtm building procedure depends on impilcit
make fules, so bring them back until we moved to
nmk build engine.

Reported-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2016-02-20 12:38:53 +03:00
committed by Pavel Emelyanov
parent 496b51b64a
commit e9beed7bb3

View File

@@ -152,11 +152,11 @@ docs:
PHONY += docs
zdtm: all
$(Q) $(MAKE) -C test/zdtm all
$(Q) MAKEFLAGS= $(MAKE) -C test/zdtm all
PHONY += zdtm
test: zdtm
$(Q) $(MAKE) -C test
$(Q) MAKEFLAGS= $(MAKE) -C test
PHONY += test
tar-name := $(shell git tag -l v$(CRIU_VERSION))