blob: adc0853743624697a698cac6009d21cf55d2570a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
* 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 */
* add checking for absolute paths
|