Christopher J Bottaro wrote:
> on another note, how would one do a recursive make clean without using a shell
> for loop?  right now i have it like this:
> 
> clean:
>         @for d in $(SUBDIRS); do \
>                 cd $dd && $(MAKE) clean || exit 1; \
>         done
> 
> but what is the "correct" way to do this?

Read: http://aegis.sourceforge.net/auug97.pdf

HTH,
Noel
-- 
NOTICE: If received in error, please destroy and notify sender.  Sender does not waive 
confidentiality or privilege, and use is prohibited.


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to