summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-14 00:38:56 +0000
committerrillig <rillig@pkgsrc.org>2005-05-14 00:38:56 +0000
commit5be33b9e6ae0feee9321b94d88da9e3cfca27c4e (patch)
tree2ab2f8eca663b3574fab629c9b2d381ef389b23f /pkgtools
parentf63cdfdd6c35969e7ad2ddf35f5f00cfd27419b8 (diff)
downloadpkgsrc-5be33b9e6ae0feee9321b94d88da9e3cfca27c4e.tar.gz
TODO: Check for C/C++ style comments in Makefiles.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 5adbb8837f3..e539900002b 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -6,3 +6,6 @@
* 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 */