[CRIU] [PATCH] make: test: rpc: don't forget to delete rpc_pb2.pyc

Ruslan Kuprieiev kupruser at gmail.com
Mon Aug 4 05:19:16 PDT 2014


When performing "make clean" rpc_pb2.pyc should be deleted as well.

Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 test/rpc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/rpc/Makefile b/test/rpc/Makefile
index f2cecb0..2287b30 100644
--- a/test/rpc/Makefile
+++ b/test/rpc/Makefile
@@ -17,5 +17,5 @@ rpc.pb-c.c: rpc.proto
 	protoc-c --proto_path=. --c_out=. rpc.proto
 
 clean:
-	rm -rf build rpc.pb-c.o test.o test-c rpc.pb-c.c rpc.pb-c.h rpc_pb2.py
+	rm -rf build rpc.pb-c.o test.o test-c rpc.pb-c.c rpc.pb-c.h rpc_pb2.py rpc_pb2.pyc
 .PHONY: clean
-- 
1.9.1



More information about the CRIU mailing list