summaryrefslogtreecommitdiffstats
path: root/contrib/bind/port/freebsd/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/port/freebsd/include/Makefile')
-rw-r--r--contrib/bind/port/freebsd/include/Makefile4
1 files changed, 2 insertions, 2 deletions
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}
OpenPOWER on IntegriCloud