From: Ben Pfaff Date: Wed, 23 Jul 2008 23:42:05 +0000 (-0700) Subject: Fix kdist_clean target in debian/rules. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb21b5b436a217d7534db51ee7916dacb25a64f;p=openvswitch Fix kdist_clean target in debian/rules. 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.) --- diff --git a/debian/rules b/debian/rules index d7300e6f..ecd706f8 100755 --- 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