the parent directory. This makes it more obvious when we have a
problem in the tree.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5363
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Apr 14 21:21:28 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
+
+ * aclocal.m4 (_MAKE_SUBDIRS): If there is an error while making in
+ a subdirectory, abort the make in the parent directory.
+ This makes it more obvious when we have a problem in the
+ tree.
+
Fri Apr 14 08:23:52 1995 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macro
do \
(cd $$i ; echo>>> $1 <<<"in $(CURRENT_DIR)$$i..."; \
$(MAKE) $(MFLAGS) CC="$(CC)" CCOPTS="$(CCOPTS)" \
- CURRENT_DIR=$(CURRENT_DIR)$$i/ >>>$3<<<); \
+ CURRENT_DIR=$(CURRENT_DIR)$$i/ >>>$3<<<) || exit 1; \
done>>>
changequote([,])dnl
AC_DIVERT_POP()dnl