mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 18:07:25 +00:00
[#91] Applied Sergei's patch to util/Makefile.bind.in
This commit is contained in:
parent
5a01946235
commit
e31705ff9a
@ -59,7 +59,7 @@ bind1:
|
|||||||
./configure ${bindconfig} > ${binddir}/configure.log); \
|
./configure ${bindconfig} > ${binddir}/configure.log); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
atf:
|
atf: bind1
|
||||||
# Build and copy the ATF support if not yet installed.
|
# Build and copy the ATF support if not yet installed.
|
||||||
@if test -d ./atf ; then \
|
@if test -d ./atf ; then \
|
||||||
echo ATF support already installed ; \
|
echo ATF support already installed ; \
|
||||||
@ -70,7 +70,8 @@ atf:
|
|||||||
cp -rp atf ${binddir}) ; \
|
cp -rp atf ${binddir}) ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bind2:
|
@BIND_ATF_TRUE@bind2: atf
|
||||||
|
bind2: bind1
|
||||||
# Build and install the libraries
|
# Build and install the libraries
|
||||||
# No need to do anything if we already have something installed.
|
# No need to do anything if we already have something installed.
|
||||||
@if test -d ${binddir}/lib ; then \
|
@if test -d ${binddir}/lib ; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user