If there is an error while making in a subdirectory, abort the make in
authorTheodore Tso <tytso@mit.edu>
Tue, 18 Apr 1995 21:45:50 +0000 (21:45 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 18 Apr 1995 21:45:50 +0000 (21:45 +0000)
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

src/ChangeLog
src/aclocal.m4

index 3fdc08499016770b848c9ffd37265ea90d49c32e..51cb18ab86981cc0a5e6961ee822a342a0ae1bf7 100644 (file)
@@ -1,3 +1,10 @@
+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
index e36eef4ec0a2d4beb51a454c94ab0b50604139bd..70f4bb5b71de21377fea71e57e341dbfcb9a1d51 100644 (file)
@@ -102,7 +102,7 @@ $2::<<<
        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