Subject: CVS commit: pkgsrc/devel/bmake/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 10/26/2007 09:41:49
Module Name:	pkgsrc
Committed By:	rillig
Date:		Fri Oct 26 09:41:49 UTC 2007

Modified Files:
	pkgsrc/devel/bmake/files: cond.c

Log Message:
Emit a warning if the function name "empty" is followed by anything
other than an open parenthesis. Currently, the following lines are all
valid and equivalent:

.if empty(foo)
.if empty or nonempty or whatever(foo)
.if empty?????????????(foo)
.if empty ${foo} (bar)

All except the first line are probably mistakes.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/bmake/files/cond.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.