From owner-cvs-all@FreeBSD.ORG Tue Mar 15 14:25:25 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A0C16A4CE; Tue, 15 Mar 2005 14:25:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0895043D1F; Tue, 15 Mar 2005 14:25:25 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEPOQT069641; Tue, 15 Mar 2005 14:25:24 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEPON0069640; Tue, 15 Mar 2005 14:25:24 GMT (envelope-from harti) Message-Id: <200503151425.j2FEPON0069640@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 14:25:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 14:25:25 -0000 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