From e9beed7bb3f356a60715eb9ffb9ceed0a8470f51 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 20 Feb 2016 12:38:53 +0300 Subject: [PATCH] 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 Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f48c4bd5f..836c745e2 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))