
29 Oct
2014
29 Oct
'14
11:36 p.m.
Reviewed-by: Daniel Barboza <danielhb@linux.vnet.ibm.com> Tested-by: Daniel Barboza <danielhb@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@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`