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

Pavel Emelyanov xemul at parallels.com
Tue Aug 5 22:36:04 PDT 2014


On 08/04/2014 04:19 PM, Ruslan Kuprieiev wrote:
> 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
> 
applied


More information about the CRIU mailing list