From 36d4e51a4d61af34760f7ead96a1bfb77e3076a9 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 21 Dec 2017 19:00:05 +0100 Subject: Merged rt43474 (before release tuning: -libisccc +uninstall) --- util/Makefile.bind.in | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index 02be6ace..bfb8bbf7 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -30,8 +30,7 @@ bindconfig = --without-openssl --without-libxml2 --without-libjson \ @BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf cleanfiles = ./configure.log ./build.log ./install.log -# isccfg depends on isccc?! -bindlibs = isc dns isccc isccfg irs +bindlibs = isc dns isccfg irs installdirs = includedir=${binddir}/include libdir=${binddir}/lib @BIND_ATF_FALSE@all: bind1 bind2 @@ -106,7 +105,16 @@ install-bind: all $(MAKE) install) ; \ done +@INSTALL_BIND_FALSE@uninstall: +@INSTALL_BIND_TRUE@uninstall: uninstall-bind + +uninstall-bind: all + @for libdir in ${bindlibs} ; do \ + (cd ${bindsrcdir}/lib/$$libdir ; \ + $(MAKE) uninstall) ; \ + done + # Include the following so that this Makefile is happy when the parent # tries to use them. -check distdir distclean dvi installcheck uninstall: +check distdir distclean dvi installcheck: -- cgit v1.2.1