cvs commit: src/usr.bin/make parse.c
Hartmut Brandt
harti at FreeBSD.org
Thu Apr 7 07:39:39 PDT 2005
harti 2005-04-07 14:39:38 UTC
FreeBSD src repository
Modified files:
usr.bin/make parse.c
Log:
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.93 +7 -3 src/usr.bin/make/parse.c
More information about the cvs-src
mailing list