From: Thomas Goirand Date: Fri, 9 Mar 2012 21:46:18 +0000 (-0800) Subject: debian: Clean .pyc files in "clean" target. X-Git-Tag: v1.4.1~22 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=e3e13d047f9871e026206557933eeae1735b6a51;p=cascardo%2Fovs.git debian: Clean .pyc files in "clean" target. Reviewed-by: Simon Horman Signed-off-by: Thomas Goirand Signed-off-by: Ben Pfaff --- diff --git a/debian/rules b/debian/rules index c8b6c636f..b65c460a1 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,7 @@ clean: rm -rf _debian [ ! -f Makefile ] || $(MAKE) distclean dh_clean + rm -f python/ovs/*.pyc python/ovs/db/*.pyc install: install-indep install-arch install-indep: build-indep