Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Safonov <dsafonov@virtuozzo.com>2016-05-30 15:48:49 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-14 21:03:30 +0300
commit968925817709a24c0873e0e1b747d03d581381ea (patch)
tree28bb67760d23e596ad0109ab5b480304a7bdc104 /compel/Makefile
parentd6cea8104761b237c90b29c85f3dbdd269e2a89f (diff)
compel/Makefile: use force to rebuild test's submake
Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Reviewed-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'compel/Makefile')
-rw-r--r--compel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/compel/Makefile b/compel/Makefile
index db90c7e14..5166e9318 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