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.
Revision | Action | file |
1.2 | modify | pkgsrc/devel/bmake/files/cond.c |