From owner-cvs-src@FreeBSD.ORG Tue Mar 8 07:30:53 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 4DBCB16A4CE; Tue, 8 Mar 2005 07:30:53 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2748443D46; Tue, 8 Mar 2005 07:30:52 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Tue, 8 Mar 2005 08:30:50 +0100 Date: Tue, 8 Mar 2005 08:30:57 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Greg 'groggy' Lehey In-Reply-To: <20050308000409.GL67848@wantadilla.lemis.com> Message-ID: <20050308082955.A35964@beagle.kn.op.dlr.de> References: <200503071623.j27GNs9X097394@repoman.freebsd.org> <20050308000409.GL67848@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 08 Mar 2005 07:30:50.0865 (UTC) FILETIME=[C0F86E10:01C523B0] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Harti Brandt cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 07:30:53 -0000 On Tue, 8 Mar 2005, Greg 'groggy' Lehey wrote: GgL>On Monday, 7 March 2005 at 17:42:38 +0100, Harti Brandt wrote: GgL>> On Mon, 7 Mar 2005, Hartmut Brandt wrote: GgL>> GgL>> HB>harti 2005-03-07 16:23:54 UTC GgL>> HB> GgL>> HB> FreeBSD src repository GgL>> HB> GgL>> HB> Modified files: GgL>> HB> usr.bin/make var.c GgL>> HB> Log: GgL>> HB> Constify the callers of brk_string in this file. GgL>> HB> GgL>> HB> Patch: 7.108 GgL>> GgL>> Just for the curious: Max and I are working together on make - he on GgL>> DragonFly's and I on ours (he intended to work on NetBSD's too). These GgL>> patch numbers help us to keep things synchronized. GgL> GgL>Excellent! That answers (well) one of the questions I was going to GgL>ask. The other is: when will this all be documented? What exactly? The current patches have no user visible effect. harti