[CRIU] [PATCH 3/6] test/zdtm/Makefiles: disable built-in rules

Kir Kolyshkin kir at openvz.org
Tue May 2 16:51:44 PDT 2017


MAKEFLAGS += -r only works for sub-make, and it is not applicable to
the current instance. Since previous commit make is not re-running
itself (after re-reading deps files), so MAKEFLAGS no longer works.
Use one more way to disable built-in rules that stand in our way.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 test/zdtm/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/zdtm/Makefile.inc b/test/zdtm/Makefile.inc
index 9b758c3..5e8836e 100644
--- a/test/zdtm/Makefile.inc
+++ b/test/zdtm/Makefile.inc
@@ -1,3 +1,4 @@
+.SUFFIXES:
 MAKEFLAGS	+= -r
 
 ARCH ?= $(shell uname -m | sed          \
-- 
2.9.3



More information about the CRIU mailing list