* Many of the checking routines need some context to provide better

warnings. For example, checkline_foo() may need to know what has
  happened in the file before that line.
This commit is contained in:
rillig 2006-02-04 03:39:40 +00:00
parent abd8089cf7
commit 0514bb16a6

View file

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.40 2006/02/02 17:41:57 joerg Exp $
$NetBSD: TODO,v 1.41 2006/02/04 03:39:40 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.
@ -24,3 +24,6 @@ include the name of an example package where a warning should occur.
needs matching CNOFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE as well
* warn about BUILD_USES_MSGFMT and related defines being used when
devel/gettext-lib/buildlink3.mk is not explicitly included?
* Many of the checking routines need some context to provide better
warnings. For example, checkline_foo() may need to know what has
happened in the file before that line.