projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0364ac1
)
debian: Clean .pyc files in "clean" target.
author
Thomas Goirand
<zigo@debian.org>
Fri, 9 Mar 2012 21:46:18 +0000
(13:46 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 12 Mar 2012 16:51:00 +0000
(09:51 -0700)
Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Thomas Goirand <zigo@debian.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c8b6c636fcdc57917fab428bdd15d88db3ae284a..b65c460a1cef4dd13848b1f05fcc9dae196a52b6 100755
(executable)
--- 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