1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.

[RT #12864]
This commit is contained in:
Mark Andrews 2004-10-20 00:14:53 +00:00
parent 2d25183098
commit 07f09bdddf
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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::