From dd4925b500b025f0b433edbd4cd1b2c508c8748c Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 2 May 2017 16:51:44 -0700 Subject: [PATCH] test/zdtm/Makefiles: disable built-in rules 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 Signed-off-by: Andrei Vagin --- test/zdtm/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/zdtm/Makefile.inc b/test/zdtm/Makefile.inc index 9b758c339..5e8836e90 100644 --- a/test/zdtm/Makefile.inc +++ b/test/zdtm/Makefile.inc @@ -1,3 +1,4 @@ +.SUFFIXES: MAKEFLAGS += -r ARCH ?= $(shell uname -m | sed \