On Wed, Dec 12, 2001 at 10:06:16AM -0500, Dan Sugalski wrote: > I'm not sure it will, though I'm hopeful. > In vain, apparently. Better, but not better enough.
I *think* I've fixed the fix. The cd foo make solution has one big problem: Make does its work by forking and exec'ing processes. Which directory do think you're in when the process forked to run "cd" returns? :) My solution assumes (for now) that "make -C" works, and that make sets $(MAKE). Both of these assumptions are probably broken somewhere. Simon -- You're not Dave. Who are you?