Date: Tue, 15 Mar 2005 14:25:24 +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: <200503151425.j2FEPON0069640@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-03-15 14:25:24 UTC FreeBSD src repository Modified files: usr.bin/make parse.c Log: Yet another version of passing the last line to ParseFinishLine(). It turns out that some ports use the obscure feature of spreading a dependency block across multiple include files. While this seems bad style, allow it for now and call said function only at end of all input to process the really last line of everything. Revision Changes Path 1.85 +2 -2 src/usr.bin/make/parse.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151425.j2FEPON0069640>