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 :-(
On Wed, 5 May 2004, Saulius Krasuckas wrote:
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 :-(
This is not unusual, most like the headers changed, and this usually triggers recompilation of a large portion of wine. But this is the correct thing to do so... Try to use cachecc, that may speed things up a bit.