Commit dd4925b5 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

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: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 44a2a651
.SUFFIXES:
MAKEFLAGS += -r MAKEFLAGS += -r
ARCH ?= $(shell uname -m | sed \ ARCH ?= $(shell uname -m | sed \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment