[CRIU] [PATCH 2/3] make: protobuf -- Explicitly clean generated files
Cyrill Gorcunov
gorcunov at openvz.org
Fri Dec 13 03:41:52 PST 2013
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
protobuf/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/protobuf/Makefile b/protobuf/Makefile
index 128f7e58f922..7ebe77a2dcc7 100644
--- a/protobuf/Makefile
+++ b/protobuf/Makefile
@@ -112,3 +112,4 @@ ifneq ($(MAKECMDGOALS),clean)
endif
cleanup-y += $(obj)/*.c.d $(obj)/*.pb-c.c $(obj)/*.pb-c.h
+cleanup-y += $(obj)/*.d $(obj)/*.i $(obj)/*.s $(obj)/*.o
--
1.8.3.1
More information about the CRIU
mailing list