projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
635f9e6
)
Fix kdist_clean target in debian/rules.
author
Ben Pfaff
<blp@nicira.com>
Wed, 23 Jul 2008 23:42:05 +0000
(16:42 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 23 Jul 2008 23:42:05 +0000
(16:42 -0700)
This fixes "module-assistant auto-install openflow-datapath" for
bootstrapping from a clean environment. (Use "m-a -f purge
openflow-datapath" to test that it works starting from an un-clean
environment.)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index d7300e6fcc4f9088d2894d59f1747a829c700b30..ecd706f81898b58e084a91f540fc6512cf9c839d 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-70,7
+70,7
@@
endif
kdist_clean:
dh_clean
- make KERNELDIR=$(KSRC) KVERREL=$(KVERS) clean
+ rm -rf openflow
kdist_config: prep-deb-files