mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
|
||||||
|
|
||||||
1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
|
1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
|
||||||
if a number was expected and some other token was
|
if a number was expected and some other token was
|
||||||
found. [RT#2532]
|
found. [RT#2532]
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: rules.in,v 1.41 2001/09/14 20:23:53 gson Exp $
|
# $Id: rules.in,v 1.42 2002/03/11 22:07:49 bwelling Exp $
|
||||||
|
|
||||||
###
|
###
|
||||||
### Common Makefile rules for BIND 9.
|
### Common Makefile rules for BIND 9.
|
||||||
@@ -70,6 +70,8 @@ subdirs:
|
|||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install:: all
|
||||||
|
|
||||||
install clean distclean maintainer-clean doc docclean man manclean::
|
install clean distclean maintainer-clean doc docclean man manclean::
|
||||||
@for i in ${ALL_SUBDIRS}; do \
|
@for i in ${ALL_SUBDIRS}; do \
|
||||||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||||
|
Reference in New Issue
Block a user