summaryrefslogtreecommitdiffstats
path: root/contrib/bind/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/include/Makefile')
-rw-r--r--contrib/bind/include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/include/Makefile b/contrib/bind/include/Makefile
index 168c0d2..6a61833 100644
--- a/contrib/bind/include/Makefile
+++ b/contrib/bind/include/Makefile
@@ -26,7 +26,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
distclean:: clean
@@ -48,7 +48,7 @@ links:: FRC
( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \
cp SRC/Makefile Makefile; chmod +w Makefile; \
$(MAKE) $(MARGS) links; \
- ); \
+ ) || exit 1; \
done
FRC:
OpenPOWER on IntegriCloud