From owner-cvs-src@FreeBSD.ORG Thu Mar 3 10:09:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3625F16A4CF; Thu, 3 Mar 2005 10:09:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C84F43D39; Thu, 3 Mar 2005 10:09:40 +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 j23A9d54063810; Thu, 3 Mar 2005 10:09:39 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j23A9dk4063809; Thu, 3 Mar 2005 10:09:39 GMT (envelope-from harti) Message-Id: <200503031009.j23A9dk4063809@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 3 Mar 2005 10:09:39 +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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 10:09:40 -0000 harti 2005-03-03 10:09:39 UTC FreeBSD src repository Modified files: usr.bin/make parse.c Log: Fix parsing of archive specifications on the target side of dependency lines. It seems that nobody is actually is using the archive-feature of make. Revision Changes Path 1.80 +1 -0 src/usr.bin/make/parse.c