SVN commit 566356 by winterz:

Add a new program that does some simple sanity checks on CMakeLists.txt files.
Usage: cmakelint.pl CMakeLists.txt
 or 
       find . -name CMakeLists.txt | xargs cmakelint.pl

CCMAIL: [email protected]


 M  +2 -0      README  
 AM            cmakelint.pl  


--- trunk/KDE/kdesdk/scripts/README #566355:566356
@@ -24,6 +24,8 @@
 check_licenses Old license checker for source files
                 (Use licensecheck instead)
 
+cmakelint.pl   Looks for problems (simple) in CMakeLists.txt
+
 licensecheck   Simple license checker for source files
 
 create_makefile Create the Makefile in a directory containing a Makefile.am
** trunk/KDE/kdesdk/scripts/cmakelint.pl #property svn:executable
   + *
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to