diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-02 09:42:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-02 09:42:52 +0000 |
commit | 862032689f4194d8e9e41ccf00396bb1311ac110 (patch) | |
tree | 89f444c745782f654228d81979c49912bd4e8aee /pkgtools/pkglint | |
parent | 83f5dee91ff00075bfaa35a77363ed814a2335a8 (diff) | |
download | pkgsrc-862032689f4194d8e9e41ccf00396bb1311ac110.tar.gz |
* record with each substring its source location to be able to make
even more precise diagnostics
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 7830acdcfb9..cf8ab086431 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -19,3 +19,5 @@ - possible unportable constructs * check quoting in CFLAGS+= -DPREFIX=\"${PREFIX:Q}\" * check that Index: entries match the rest of the patch +* record with each substring its source location to be able to make + even more precise diagnostics |