2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

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 <kir@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin
2017-05-02 16:51:44 -07:00
committed by Andrei Vagin
parent 44a2a65193
commit dd4925b500

View File

@@ -1,3 +1,4 @@
.SUFFIXES:
MAKEFLAGS += -r
ARCH ?= $(shell uname -m | sed \