summaryrefslogtreecommitdiffstats
path: root/contrib/bind/port
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-28 23:00:22 +0000
committerasmodai <asmodai@FreeBSD.org>2001-01-28 23:00:22 +0000
commit526ae97d8eab06b1ded7a468938ed1c2c0baa576 (patch)
tree79c3598232b8ef08c8a1c0743584300e0db77a3b /contrib/bind/port
parent43228ef6de8ed0aac86e82b9a81f8a48d0767403 (diff)
parent1f243835b5b81bfd6b9e5f666730965fe5d60ed6 (diff)
downloadFreeBSD-src-526ae97d8eab06b1ded7a468938ed1c2c0baa576.zip
FreeBSD-src-526ae97d8eab06b1ded7a468938ed1c2c0baa576.tar.gz
This commit was generated by cvs2svn to compensate for changes in r71756,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bind/port')
-rw-r--r--contrib/bind/port/Makefile4
-rw-r--r--contrib/bind/port/freebsd/Makefile6
-rw-r--r--contrib/bind/port/freebsd/include/Makefile4
-rw-r--r--contrib/bind/port/prand_conf/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/contrib/bind/port/Makefile b/contrib/bind/port/Makefile
index af7f797..1694f5c 100644
--- a/contrib/bind/port/Makefile
+++ b/contrib/bind/port/Makefile
@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
-# $Id: Makefile,v 8.15 1999/08/08 17:13:24 vixie Exp $
+# $Id: Makefile,v 8.16 2000/11/21 12:54:42 marka Exp $
# these are only appropriate for BSD 4.4 or derivatives, and are used in
# development. normal builds will be done in the top level directory and
@@ -54,7 +54,7 @@ all depend install::
distclean:: clean
@set -e; for x in ${SUBDIRS}; do \
- (cd $$x; pwd; ${MAKE} ${MARGS} $@); \
+ (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \
done
clean::
diff --git a/contrib/bind/port/freebsd/Makefile b/contrib/bind/port/freebsd/Makefile
index 2f5b121..d6c0cf0 100644
--- a/contrib/bind/port/freebsd/Makefile
+++ b/contrib/bind/port/freebsd/Makefile
@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
-# $Id: Makefile,v 1.8 1999/02/22 02:48:01 vixie Exp $
+# $Id: Makefile,v 1.9 2000/11/21 12:55:03 marka Exp $
# these are only appropriate for BSD 4.4 or derivatives, and are used in
# development. normal builds will be done in the top level directory and
@@ -47,7 +47,7 @@ MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}"
all depend clean distclean install::
@for x in ${SUBDIRS}; do \
- (cd $$x; pwd; ${MAKE} ${MARGS} $@); \
+ (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \
done
all:: ${LIBBIND}
@@ -74,7 +74,7 @@ links: FRC
@set -e; for x in ${SUBDIRS}; do \
( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \
cp SRC/Makefile Makefile; chmod +w Makefile; \
- ${MAKE} ${MARGS} links ); \
+ ${MAKE} ${MARGS} links ) || exit 1; \
done
install:: FRC
diff --git a/contrib/bind/port/freebsd/include/Makefile b/contrib/bind/port/freebsd/include/Makefile
index 40fe3f8..9176a2d 100644
--- a/contrib/bind/port/freebsd/include/Makefile
+++ b/contrib/bind/port/freebsd/include/Makefile
@@ -62,7 +62,7 @@ MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}"
all depend clean distclean install::
@for x in ${SUBDIRS}; do \
- (cd $$x; pwd; ${MAKE} ${MARGS} $@); \
+ (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \
done
all depend::
@@ -79,7 +79,7 @@ links: FRC
@set -e; for x in ${SUBDIRS}; do \
( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \
cp SRC/Makefile Makefile; chmod +w Makefile; \
- ${MAKE} ${MARGS} links ); \
+ ${MAKE} ${MARGS} links ) || exit 1; \
done
install:: ${DESTDIR}${DESTINC}
diff --git a/contrib/bind/port/prand_conf/Makefile b/contrib/bind/port/prand_conf/Makefile
index d8a1fdc..efe36d7 100644
--- a/contrib/bind/port/prand_conf/Makefile
+++ b/contrib/bind/port/prand_conf/Makefile
@@ -64,7 +64,7 @@ MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}"
all depend clean distclean install::
@for x in ${SUBDIRS}; do \
- (cd $$x; pwd; ${MAKE} ${MARGS} $@); \
+ (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \
done
prand_conf.h: prand_conf.c
@@ -82,7 +82,7 @@ links: FRC
@set -e; for x in ${SUBDIRS}; do \
( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \
cp SRC/Makefile Makefile; chmod +w Makefile; \
- ${MAKE} ${MARGS} links ); \
+ ${MAKE} ${MARGS} links ) || exit 1; \
done
install:: ${DESTDIR}${DESTINC}
OpenPOWER on IntegriCloud