Date: Thu, 7 Apr 2005 14:39:38 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make parse.c Message-ID: <200504071439.j37Edcb0050984@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504071439.j37Edcb0050984>