Ivan Leo Murray-Smith wrote:
Also, you don't need to recompile every time. Just patch your current tree, run ./configure && make depend && make without previously running make clean, and only the files that have changed will be recompiled.
Are all of you sure whether it is right thing to include "make depend" when testing for a regression? I just did it and "make" now recompiles all src from the ground, it seems :-(