blob: 98859013f2c67539b64b80ef29801055c5321749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
* fatal error if RMD160 missing
* --autofix
* pkglint <package>...
* fix false positive warnings
* @deprecated_variables
* add checks for buildlink3.mk files
* stricter type checking
* quoting check for Makefile variables
* -E/--explain
* check for C/C++ style comments in Makefiles
rm -f *.o /* delete unused files */
.ifdef foo /* xyz */
* check for absolute paths
* check for direct use of /usr/pkgsrc etc.
* check dir direct use of *DIR
|