diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-14 00:38:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-14 00:38:56 +0000 |
commit | be9e6c0d8037df92f51d04d053f163b7ed851636 (patch) | |
tree | 2ab2f8eca663b3574fab629c9b2d381ef389b23f /pkgtools/pkglint/TODO | |
parent | a568e01cf38dbf149e55c5ca1749aae07a4ad17e (diff) | |
download | pkgsrc-be9e6c0d8037df92f51d04d053f163b7ed851636.tar.gz |
TODO: Check for C/C++ style comments in Makefiles.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 3 |
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 */ |