source: trunk/third/afsbin/Makefile @ 10522

Revision 10522, 268 bytes checked in by ghudson, 27 years ago (diff)
Don't recurse if we can't cd.
Line 
1# $Id: Makefile,v 1.2 1997-10-15 23:31:07 ghudson Exp $
2
3SHELL=/bin/sh
4SUBDIRS=man arch/${ATHENA_SYS}
5
6all:
7        for i in ${SUBDIRS}; do (cd $$i && ${MAKE} $@) || exit 1; done
8
9check install clean distclean:
10        for i in ${SUBDIRS}; do (cd $$i && ${MAKE} $@) || exit 1; done
Note: See TracBrowser for help on using the repository browser.