From: Thomas Goirand Date: Fri, 9 Mar 2012 21:46:18 +0000 (-0800) Subject: debian: Clean .pyc files in "clean" target. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fe72b3a2d00f13201259f003d0bc5d998fab86;p=openvswitch 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 c8b6c636..b65c460a 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