upward if -[ik] not specified.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6222
dc483132-0cff-0310-8789-
dd5450dbe970
Sun Jul 2 04:40:50 1995 Tom Yu <tlyu@lothlorien.MIT.EDU>
+ * aclocal.m4 (_MAKE_SUBDIRS): Fixed so that error propogates
+ upward if -[ik] not specified.
* aclocal.m4 (SubdirLibRule): don't recreate DONE if list of objs
is null to avoid re-making lotsa stuff.
$2::<<<
@case "`echo '$(MAKEFLAGS)'|sed -e 's/ --.*$$//'`" in \
- *[ik]*) e=:;; *) e=break;; esac; \
+ *[ik]*) e=:;; *) e="exit 1";; esac; \
for i in $(SUBDIRS) ; do \
if (cd $$i ; echo>>> $1 <<<"in $(CURRENT_DIR)$$i..."; \
$(MAKE) CC="$(CC)" CCOPTS="$(CCOPTS)" \