[Olsr-dev] [PATCH 11/20] quagga: add uninstall target
Ferry Huberts
(spam-protected)
Mon Jul 25 17:38:04 CEST 2011
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
Makefile | 3 +++
lib/quagga/Makefile | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 0064cb3..d8ea355 100644
--- a/Makefile
+++ b/Makefile
@@ -257,6 +257,9 @@ quagga:
quagga_install:
$(MAKECMD) -C lib/quagga DESTDIR=$(DESTDIR) install
+quagga_uninstall:
+ $(MAKECMD) -C lib/quagga DESTDIR=$(DESTDIR) uninstall
+
mdns:
$(MAKECMD) -C lib/mdns clean
$(MAKECMD) -C lib/mdns
diff --git a/lib/quagga/Makefile b/lib/quagga/Makefile
index b62373e..22c651e 100644
--- a/lib/quagga/Makefile
+++ b/lib/quagga/Makefile
@@ -62,6 +62,9 @@ install: $(PLUGIN_FULLNAME)
$(STRIP) $(PLUGIN_FULLNAME)
$(INSTALL_LIB)
+uninstall:
+ $(UNINSTALL_LIB)
+
clean:
rm -f $(OBJS) $(SRCS:%.c=%.d) $(PLUGIN_FULLNAME)
endif
--
1.7.6
More information about the Olsr-dev
mailing list