[CRIU] [PATCH 2/2] build: zdtm -- Add implicit rules into zdtm building
Cyrill Gorcunov
gorcunov at openvz.org
Sat Feb 20 01:38:53 PST 2016
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 at openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index f48c4bd5f4f9..836c745e2441 100644
--- a/Makefile
+++ b/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))
--
2.5.0
More information about the CRIU
mailing list