KDE/kdepimlibs/kabc/kab

Laurent Montel montel at kde.org
Thu Jul 20 17:12:38 CEST 2006


On Thursday 20 July 2006 15:30, Allen Winter wrote:
> On Thursday 20 July 2006 09:22, Laurent Montel wrote:
> > SVN commit 564561 by mlaurent:
> >
> > bin->${BIN_INSTALL_DIR}
>
> Laurent,
>
> These kind of fixes imply that we need a "lint" for CMakeLists.txt.

a "lint" ?
what means 'lint' ?

> Do you have a script that you are running to find these problems?
> Should we write one?


Just it. Not perfect I think but now all is fixed.

find -name CMakeLists.txt | xargs grep -l " DESTINATION bin"  | xargs 
perl -pi -e 's! DESTINATION bin! DESTINATION \${BIN_INSTALL_DIR}!


More information about the Kde-buildsystem mailing list