mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
[RT #12864]
This commit is contained in:
parent
2d25183098
commit
07f09bdddf
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
|
||||
[RT #12864]
|
||||
|
||||
1747. [bug] BIND 8 compatability: named/named-checkconf failed
|
||||
to parse "host-statistics-max" in named.conf.
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: rules.in,v 1.3.2.6 2004/03/15 04:44:47 marka Exp $
|
||||
# $Id: rules.in,v 1.3.2.7 2004/10/20 00:14:53 marka Exp $
|
||||
|
||||
###
|
||||
### Common Makefile rules for BIND 9.
|
||||
|
|
@ -69,7 +69,7 @@ subdirs:
|
|||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||
echo "making all in `pwd`/$$i"; \
|
||||
(cd $$i; ${MAKE} ${MAKEDEFS} all) || exit 1; \
|
||||
fi \
|
||||
fi; \
|
||||
done
|
||||
|
||||
install clean distclean docclean manclean::
|
||||
|
|
|
|||
Loading…
Reference in a new issue