Asger Ottar Alstrup a écrit :
Abdelrazak Younes wrote:But that's my point, one should not have to recompile everything because of a single setting change that impact the compilation of a single file.If you know that it should only recompile a single file or two, then just touch the object files first, and then touch the two files.
I know that but going through the entire tree touching .o and .a files is fastidious (although it could be scripted) and it is wrong IMHO.
Abdel.