On Tue, 2010-04-27 at 13:06 -0400, Todd Showalter wrote:
> Typically, my build processes do an upfront dependency generation
> sweep (ie: gcc -MM or makedepend or what have you) followed by
> compilation.

You might consider reworking your dependency generation based on the
"Advanced Auto-dependency" article on my website (below).

That might help (it won't change the amount of time make spends
reading .d files of course).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[email protected]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "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

Reply via email to