2005-05-25 15:12:10 +02:00
|
|
|
* fatal error if RMD160 missing
|
2005-04-30 13:50:42 +02:00
|
|
|
* --autofix
|
|
|
|
* pkglint <package>...
|
|
|
|
* fix false positive warnings
|
|
|
|
* @deprecated_variables
|
|
|
|
* add checks for buildlink3.mk files
|
|
|
|
* stricter type checking
|
|
|
|
* quoting check for Makefile variables
|
2005-05-06 00:59:18 +02:00
|
|
|
* -E/--explain
|
2005-05-14 02:38:56 +02:00
|
|
|
* check for C/C++ style comments in Makefiles
|
|
|
|
rm -f *.o /* delete unused files */
|
|
|
|
.ifdef foo /* xyz */
|
2005-05-31 23:15:06 +02:00
|
|
|
* check for absolute paths
|
|
|
|
* check for direct use of /usr/pkgsrc etc.
|
|
|
|
* check dir direct use of *DIR
|
2005-06-07 19:53:08 +02:00
|
|
|
* in dependency lines check for ../../category/package, not ../package
|
2005-07-02 17:22:52 +02:00
|
|
|
* make all pathnames relative to the current directory
|