看板 DFBSD_commit 關於我們 聯絡資訊
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