[CRIU] [PATCH 1/6] make: drop compel/compel dependency for all target
Cyrill Gorcunov
gorcunov at openvz.org
Mon Jul 18 12:22:43 PDT 2016
From: Dmitry Safonov <dsafonov at virtuozzo.com>
Target criu depends on all, so this is redundant and makes noise:
if you had typed `make` without arguments, it has built compel firstly,
if you had typed `make criu`, it has built protobuf images firstly.
Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ca6c7eea706a..df36994c3f64 100644
--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ lib: criu
$(Q) $(MAKE) -C lib all
.PHONY: lib
-all: compel/compel criu lib
+all: criu lib
.PHONY: all
subclean:
--
2.7.4
More information about the CRIU
mailing list