[lttng-dev] [PATCH lttng-tools 1/4] Extras: Added lttng.pyc to the clean section of the Python binding makefile.

David Goulet dgoulet at efficios.com
Thu Jan 17 10:58:48 EST 2013


All four patches have been merged!

Thanks!
David

Jérémie Galarneau:
> 
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau at efficios.com>
> ---
>  extras/bindings/swig/python/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/extras/bindings/swig/python/Makefile.am b/extras/bindings/swig/python/Makefile.am
> index a3557b8..d592ded 100644
> --- a/extras/bindings/swig/python/Makefile.am
> +++ b/extras/bindings/swig/python/Makefile.am
> @@ -24,4 +24,4 @@ lttng_wrap.c: lttng.i
>  	sed -i "s/md = d/d/g" lttng_wrap.c
>  	sed -i "s/(void)public_symbol;/(void)public_symbol;\n  md = d;/g" lttng_wrap.c
>  
> -CLEANFILES = lttng.i lttng.py lttng_wrap.c
> +CLEANFILES = lttng.i lttng.py lttng_wrap.c lttng.pyc



More information about the lttng-dev mailing list