Subject: CVS commit: pkgsrc/devel/bmake/files
From: Roland Illig
Date: 2007-10-26 11:41:49
Message id: 20071026094150.04CC421507@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.2modifypkgsrc/devel/bmake/files/cond.c