DragonFly commits List (threaded) for 2005-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make parse.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]