On Thursday, 13. April 2006 23:03, Albert Astals Cid wrote: > imagine you fix one header in kdelibs and do make install, ALL headers are > installed and automatically all your programs want to start rebuilding > because they think the header changed.
this is not an unsermake feature. you could have the same before too, by exporting INSTALL_DATA="/usr/bin/install -p" In fact, we even had code to enable this by default when the install application supported it. All it needs is somebody duplicating this check in the cmake files. -- Dirk//\ _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
