From owner-cvs-all@FreeBSD.ORG Tue Mar 15 15:05:15 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 0F68716A4CE; Tue, 15 Mar 2005 15:05:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D493F43D39; Tue, 15 Mar 2005 15:05:14 +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 j2FF5Eru073479; Tue, 15 Mar 2005 15:05:14 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FF5EO9073478; Tue, 15 Mar 2005 15:05:14 GMT (envelope-from harti) Message-Id: <200503151505.j2FF5EO9073478@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 15:05:14 +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 Makefile arch.c lst.c lst.h var.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 15:05:15 -0000 harti 2005-03-15 15:05:14 UTC FreeBSD src repository Modified files: usr.bin/make Makefile arch.c lst.c lst.h var.c Log: modifier_M: instead of going through the string twice to compute the size of the buffer we need, just allocate the possible maximum. Patch: 7.117 Submitted by: Max Okumoto Revision Changes Path 1.44 +1 -1 src/usr.bin/make/Makefile 1.56 +452 -430 src/usr.bin/make/arch.c 1.2 +1 -0 src/usr.bin/make/lst.c 1.31 +8 -0 src/usr.bin/make/lst.h 1.116 +10 -21 src/usr.bin/make/var.c