mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +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:
parent
496b51b64a
commit
e9beed7bb3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue