help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: export not working...


From: Noel Yap
Subject: Re: export not working...
Date: Wed, 21 Jan 2004 11:39:14 -0500

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]