On Mon, 2007-01-08 at 19:49 +0000, Dave Korn wrote: > Say, I may have just run into something similar. Is this directory cache > used when evaluating $(wildcard ...) by any chance?
Yes. It's used for all file lookups. > And is it perhaps not > flushed after recursively invoking a sub-make? At the moment, it's NEVER flushed. Fixing this to be a more sane cache is definitely on the list of things that needs to be done. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
