diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-21 16:56:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-21 16:56:02 +0000 |
commit | 9cb1e0009de297b2c23ef02df6f67315887ff964 (patch) | |
tree | d6e824ce0985fe2653c66a3bba63fa0c6b59b183 /pkgtools/pkglint | |
parent | 663eda8551bd96e38f15cad27d4b6535fb103981 (diff) | |
download | pkgsrc-9cb1e0009de297b2c23ef02df6f67315887ff964.tar.gz |
* warn about unportable CPP macros in patches.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 7262d92d5fc..e1209cab00d 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -20,3 +20,4 @@ * warn about the use of ${WRKDIR:=...}, as this construct should only be used with lists. * mention the SUBST framework whenever ${SED} is used. +* warn about unportable CPP macros in patches. |