[CRIU] [PATCH 1/4] make: Don't forget to clean protobuf generated file on rebuild

Cyrill Gorcunov gorcunov at openvz.org
Sat Sep 1 08:39:21 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index c210be6..b491741 100644
--- a/Makefile
+++ b/Makefile
@@ -121,6 +121,8 @@ rebuild:
 	$(E) "  FORCE-REBUILD"
 	$(Q) $(RM) -f ./*.o
 	$(Q) $(RM) -f ./*.d
+	$(Q) $(RM) -f ./protobuf/*.pb-c.c
+	$(Q) $(RM) -f ./protobuf/*.pb-c.h
 	$(Q) $(MAKE)
 
 clean: cleanpie cleansyscall
-- 
1.7.7.6



More information about the CRIU mailing list