mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 14:55:30 +00:00
Merged rt43474 (before release tuning: -libisccc +uninstall)
This commit is contained in:
@@ -854,8 +854,7 @@ fi
|
|||||||
DHLIBS=LTLIBRARIES
|
DHLIBS=LTLIBRARIES
|
||||||
A=la
|
A=la
|
||||||
BINDLT="--with-libtool --disable-symtable"
|
BINDLT="--with-libtool --disable-symtable"
|
||||||
# BIND does not provide uninstall
|
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool"
|
||||||
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool --disable-bind-install"
|
|
||||||
|
|
||||||
|
|
||||||
AC_SUBST(DHLIBS)
|
AC_SUBST(DHLIBS)
|
||||||
|
@@ -867,8 +867,7 @@ fi
|
|||||||
DHLIBS=LTLIBRARIES
|
DHLIBS=LTLIBRARIES
|
||||||
A=la
|
A=la
|
||||||
BINDLT="--with-libtool --disable-symtable"
|
BINDLT="--with-libtool --disable-symtable"
|
||||||
# BIND does not provide uninstall
|
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool"
|
||||||
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool --disable-bind-install"
|
|
||||||
@END WITH LIBTOOL
|
@END WITH LIBTOOL
|
||||||
|
|
||||||
@BEGIN WITHOUT LIBTOOL
|
@BEGIN WITHOUT LIBTOOL
|
||||||
|
@@ -30,8 +30,7 @@ bindconfig = --without-openssl --without-libxml2 --without-libjson \
|
|||||||
@BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf
|
@BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf
|
||||||
cleanfiles = ./configure.log ./build.log ./install.log
|
cleanfiles = ./configure.log ./build.log ./install.log
|
||||||
|
|
||||||
# isccfg depends on isccc?!
|
bindlibs = isc dns isccfg irs
|
||||||
bindlibs = isc dns isccc isccfg irs
|
|
||||||
installdirs = includedir=${binddir}/include libdir=${binddir}/lib
|
installdirs = includedir=${binddir}/include libdir=${binddir}/lib
|
||||||
|
|
||||||
@BIND_ATF_FALSE@all: bind1 bind2
|
@BIND_ATF_FALSE@all: bind1 bind2
|
||||||
@@ -106,7 +105,16 @@ install-bind: all
|
|||||||
$(MAKE) install) ; \
|
$(MAKE) install) ; \
|
||||||
done
|
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
|
# Include the following so that this Makefile is happy when the parent
|
||||||
# tries to use them.
|
# tries to use them.
|
||||||
|
|
||||||
check distdir distclean dvi installcheck uninstall:
|
check distdir distclean dvi installcheck:
|
||||||
|
Reference in New Issue
Block a user