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