[dm-devel] [PATCH 5/5] multipath-tools: make uninstall leaves traces behind

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jun 30 13:42:16 UTC 2016


delete mpath_persist.h and libmpathpersist.so

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmpathpersist/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile
index 70b2974..e6a7eb8 100644
--- a/libmpathpersist/Makefile
+++ b/libmpathpersist/Makefile
@@ -41,6 +41,8 @@ uninstall:
 	rm -f $(DESTDIR)$(syslibdir)/$(LIBS)
 	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_in.3.gz
 	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_out.3.gz
+	rm -f $(DESTDIR)$(incdir)/mpath_persist.h
+	rm -f $(DESTDIR)$(syslibdir)/$(DEVLIB)
 
 clean:
 	rm -f core *.a *.o
-- 
2.7.4




More information about the dm-devel mailing list