[CRIU] [PATCH 4/6] compel/Makefile: use force to rebuild test's submake
Dmitry Safonov
dsafonov at virtuozzo.com
Mon May 30 05:48:49 PDT 2016
Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
compel/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/compel/Makefile b/compel/Makefile
index db90c7e14b71..5166e9318196 100644
--- a/compel/Makefile
+++ b/compel/Makefile
@@ -27,8 +27,10 @@ compel-objs += handle-elf-32.o
export HOSTCFLAGS_handle-elf-32.o += -DCONFIG_X86_32
endif # ARCH == x86
+.PHONY: .FORCE
+
export compel-objs
-test/compel/%:
+test/compel/%: .FORCE
$(Q) $(MAKE) $(build)=test/compel $@
test: test/compel/test_handle_binary
--
2.8.2
More information about the CRIU
mailing list