[CRIU] [PATCH 2/7] make: drop compel/compel dependency for all target

Dmitry Safonov dsafonov at virtuozzo.com
Fri Jul 15 05:17:54 PDT 2016


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>
---
 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.9.0



More information about the CRIU mailing list