On Wed, 12 Dec 2001, Andy Dougherty wrote:

> One idiom which might work is
> 
>       cd foo && $(MAKE)

D'oh, that's 

    cd foo && $(MAKE) && cd ..

(remembering the actual initial problem . . . :-)

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to