diff options
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index fa3a84f7400..7f6e3f32f30 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -7,11 +7,8 @@ * 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 * in dependency lines check for ../../category/package, not ../package -* make all pathnames relative to the current directory +* ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM |