[CRIU] [PATCH] makefile: build pie after protobuf

Kinsbursky Stanislav skinsbursky at openvz.org
Wed Aug 8 03:10:10 EDT 2012


Now pie targets depends on protobuf targets.

Signed-off-by: Stanislav Kinsbursky <skinsbursky at openvz.org>

---
 Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7b2cc3b..cada041 100644
--- a/Makefile
+++ b/Makefile
@@ -75,10 +75,11 @@ include Makefile.pie
 .PHONY: all zdtm test rebuild clean distclean tags cscope	\
 	docs help pie protobuf
 
-all: protobuf pie
+all: pie
 	$(Q) $(MAKE) $(PROGRAM)
 
-pie: $(PIE-GEN)
+pie: protobuf
+	$(Q) $(MAKE) $(PIE-GEN)
 
 protobuf:
 	$(Q) $(MAKE) -C protobuf/



More information about the CRIU mailing list