cvs commit: src/usr.bin/make parse.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Fri Apr 8 23:24:11 PDT 2005
okumoto 2005/04/08 23:23:20 PDT
DragonFly src repository
Modified files:
usr.bin/make parse.c
Log:
FreeBSD-Date: 2005/04/07 15:39:38
Author: harti
When Parse_Error is called after the top-level Makefile is closed we
have no CURFILE anymore so we cannot print a file name or line number.
When ParseSkipLine() returns NULL (it does this when it has detected an
EOF in an .if block) try to pop the input stack and process the next line
Revision Changes Path
1.66 +7 -3 src/usr.bin/make/parse.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.65&r2=1.66&f=u
More information about the Commits
mailing list