mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +00:00
[master] [rt36993] work around a bmake bug in BSD
3950. [port] Changed the bin/python Makefile to work around a bmake bug in FreeBSD 10 and NetBSD 6. [RT #36993]
This commit is contained in:
parent
48b093c864
commit
8dba0e7d87
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
3950. [port] Changed the bin/python Makefile to work around a
|
||||
bmake bug in FreeBSD 10 and NetBSD 6. [RT #36993]
|
||||
|
||||
3949. [experimental] Experimental support for draft-andrews-edns1 by sending
|
||||
EDNS(1) queries (define DRAFT_ANDREWS_EDNS1 when
|
||||
building). Add support for limiting the EDNS version
|
||||
|
@ -31,6 +31,14 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES}
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
dnssec-checkds: dnssec-checkds.py
|
||||
cp -f dnssec-checkds.py dnssec-checkds
|
||||
chmod +x dnssec-checkds
|
||||
|
||||
dnssec-coverage: dnssec-coverage.py
|
||||
cp -f dnssec-coverage.py dnssec-coverage
|
||||
chmod +x dnssec-coverage
|
||||
|
||||
doc man:: ${MANOBJS}
|
||||
|
||||
docclean manclean maintainer-clean::
|
||||
|
@ -357,11 +357,3 @@ ALWAYS_MAKE_SYMTABLE = @ALWAYS_MAKE_SYMTABLE@
|
||||
.docbook.8:
|
||||
${XSLTPROC} -o $@ ${top_srcdir}/doc/xsl/isc-manpage.xsl $<
|
||||
|
||||
###
|
||||
### Python executable
|
||||
###
|
||||
.SUFFIXES: .py
|
||||
.py:
|
||||
cp -f $< $@
|
||||
chmod +x $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user