cvs commit: src/usr.bin/make var.c
Hartmut Brandt
harti at FreeBSD.org
Mon Mar 21 04:32:41 PST 2005
harti 2005-03-21 12:32:41 UTC
FreeBSD src repository
Modified files:
usr.bin/make var.c
Log:
Remove comment about Var_Parse assuming that the first character
is always a '$'. This is not always correct, for example for
conditionals: .if defined(foobar).
Clean up some comments.
Move common code out of if-statements.
Patch: 7.140
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.130 +28 -58 src/usr.bin/make/var.c
More information about the cvs-src
mailing list