diff options
author | rillig <rillig@pkgsrc.org> | 2005-08-06 08:00:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-08-06 08:00:14 +0000 |
commit | 4b97d640814ad94396ae425b5e11f0b5495be799 (patch) | |
tree | 428f5ab5bc954c5dd59d0b1f8ff5c0e2626110d4 /pkgtools | |
parent | 3dade16609d1b3a402c0c2bf6a160271608da744 (diff) | |
download | pkgsrc-4b97d640814ad94396ae425b5e11f0b5495be799.tar.gz |
Checking for C/C++ comments is not necessary for Makefiles. No-one uses
them. All pathnames are already interpreted as being relative to the
package's directory. Added a reminder that ONLY_FOR_PLATFORM should be
changed to NOT_FOR_PLATFORM where appropriate.
Diffstat (limited to 'pkgtools')
-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 |