diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-04 10:01:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-04 10:01:06 +0000 |
commit | 9c98b7790e67184653c43c5862b95a20a74a8c3b (patch) | |
tree | cafe9e46a4520303507432caac91cb5e9d2a5ce7 | |
parent | c3441948581277f4a821373e59a1807ad152c92f (diff) | |
download | pkgsrc-9c98b7790e67184653c43c5862b95a20a74a8c3b.tar.gz |
* Invent an annotation scheme for files that intentionally define
variables for use in other files.
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 427379bed7b..f0ced067b51 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.50 2006/07/02 09:47:17 rillig Exp $ +$NetBSD: TODO,v 1.51 2006/07/04 10:01:06 rillig Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -31,3 +31,5 @@ include the name of an example package where a warning should occur. used once. This should at least flag BUILD_DEFS in bsd.pkg.mk. * Implement unescape_shellword, which is required for the type check for SedCommand. +* Invent an annotation scheme for files that intentionally define + variables for use in other files. |