Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 02/06/2008 18:26:37
Module Name: src
Committed By: joerg
Date: Wed Feb 6 18:26:37 UTC 2008
Modified Files:
src/usr.bin/make: cond.c
Log Message:
Warn for constructs like
.if empty xxx(foo)
which are interpreted as
.if empty(foo)
or
.if empty (foo)
This is based on rillig's commit to pkgsrc/devel/bmake, but doesn't warn
for the third case. Discussed with sjg.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/usr.bin/make/cond.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.