[Kimchi-devel] [PATCH] Remove pyc files on make clean

Daniel H Barboza danielhb at linux.vnet.ibm.com
Wed Oct 29 23:36:14 UTC 2014


Reviewed-by: Daniel Barboza <danielhb at linux.vnet.ibm.com>
Tested-by: Daniel Barboza <danielhb at linux.vnet.ibm.com>

On 10/29/2014 06:35 PM, Christy Perez wrote:
> An old file left behind a pyc file, and caused problems. Manually
>      removing all the pyc files took care of it, so I figured we could
>      add this to 'make clean' for convenience.
>
> Signed-off-by: Christy Perez <christy at linux.vnet.ibm.com>
> ---
>   Makefile.am | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index ae2cdf0..ec88787 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -118,4 +118,4 @@ VERSION:
>   clean-local:
>   	rm -rf mo rpm
>
> -CLEANFILES = kimchi.spec
> +CLEANFILES = kimchi.spec `find "$(top_srcdir)" -type f -name "*.pyc" -print`




More information about the Kimchi-devel mailing list