summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-08-06 08:00:14 +0000
committerrillig <rillig@pkgsrc.org>2005-08-06 08:00:14 +0000
commit35cec333cc779f35c88c2b0b63be0b841156eff2 (patch)
tree428f5ab5bc954c5dd59d0b1f8ff5c0e2626110d4 /pkgtools
parent5c0f0df193d3462f9853ce1c76f7acacf14dcef0 (diff)
downloadpkgsrc-35cec333cc779f35c88c2b0b63be0b841156eff2.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/TODO5
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