recursing into it.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12634
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-08-29 Tom Yu <tlyu@mit.edu>
+
+ * post.in: Test for existing Makefile in directory before
+ recursing into it.
+
2000-08-23 Ken Raeburn <raeburn@mit.edu>
* libobj.in (clean-libobjs): Combine "rm" commands into one.
status=0; \
if test -n "$$do_subdirs" && test -z "$(NORECURSE)"; then \
for i in $$do_subdirs ; do \
- if test -d $$i ; then \
+ if test -d $$i && test -r $$i/Makefile ; then \
case $$i in .);; *) \
target=`echo $@|sed s/-recurse//`; \
echo "making $$target in $(CURRENT_DIR)$$i..."; \