make install

David Faure faure at kde.org
Tue Oct 2 14:10:19 CEST 2007


On Tuesday 02 October 2007, Brad King wrote:
> There is alot of discussion in that bug report.
> 
> The comparison of files is not for speed on installation...it's for not 
> changing timestamps of already installed files and causing all *other* 
> code using the installed files to rebuild, which is potentially even 
> slower.

Yes. The real solution is a dependency from the installed file to the file-to-install, so
that the file-to-install isn't installed if it isn't newer than the already-installed file.
And then, when that is implemented, thre is no need for comparing files in order
to avoid changing timestamps, since you get for free by not installing the file at all :)

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list