Index: ossp-pkg/petidomo/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/01/18 13:17:11 1.28 +++ Makefile.in 2001/01/18 20:20:02 1.29 @@ -56,7 +56,10 @@ acl.c: acl_scan.c $(LIBS): - (cd `echo $@ | sed -e 's@/.*@@'` && $(MAKE) $(FLAGS_TO_PASS)) + subdir=`echo $@ | sed -e 's@/.*@@'`; \ + echo "===> $$subdir"; \ + cd $$subdir && $(MAKE) $(FLAGS_TO_PASS); \ + echo "<=== $$subdir" install: petidomo $(SHTOOL) mkdir -f -p -m 755 $(bindir) @@ -82,7 +85,11 @@ $(SHTOOL) install -c -m 644 /dev/null $(localstatedir)/lists/testlist/list clean distclean realclean:: - @for n in lib*; do (cd $$n && $(MAKE) $@); done + @for subdir in lib*; do \ + echo "===> $$subdir"; \ + (cd $$subdir && $(MAKE) $(FLAGS_TO_PASS) $@); \ + echo "<=== $$subdir"; \ + done clean:: rm -f petidomo