Re: Feature proposal: sort file compilation order by time

2004-01-22 Thread Alexandre Duret-Lutz
David == David Sterba [EMAIL PROTECTED] writes: David Hi, David I'd like to present an idea which can make edit-compile-edit David cycle faster. David The idea is simple: compile first files which vere modified David most recently. The idea sounds sensible to me, but not the place.

Feature proposal: sort file compilation order by time

2004-01-20 Thread David Sterba
Hi, I'd like to present an idea which can make edit-compile-edit cycle faster. The idea is simple: compile first files which vere modified most recently. Makefile.am hold fixed list of _SOURCES for each target. Order of files can be changed, of course, but this needs regeneration of Makefile