From: Thomas Goirand Date: Fri, 9 Mar 2012 21:46:18 +0000 (-0800) Subject: debian: Clean .pyc files in "clean" target. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=878606bfb92b7b288891ecd3bcf586a0a56c3ac9 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