[CRIU] [PATCH 3/3] test/zdtm/Makefiles: disable built-in rules
Kir Kolyshkin
kir at openvz.org
Thu Apr 27 21:26:23 PDT 2017
[This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing]
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