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
commitbe9e6c0d8037df92f51d04d053f163b7ed851636 (patch)
tree2ab2f8eca663b3574fab629c9b2d381ef389b23f /pkgtools
parenta568e01cf38dbf149e55c5ca1749aae07a4ad17e (diff)
downloadpkgsrc-be9e6c0d8037df92f51d04d053f163b7ed851636.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 */