blob: e539900002b5907c52013f0f691a5923ba00a213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
* --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 */
|