From owner-svn-src-projects@FreeBSD.ORG Mon Mar 9 15:02:38 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E0451065673; Mon, 9 Mar 2009 15:02:38 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 4F61A8FC16; Mon, 9 Mar 2009 15:02:38 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id DC28A7309E; Mon, 9 Mar 2009 16:07:46 +0100 (CET) Date: Mon, 9 Mar 2009 16:07:46 +0100 From: Luigi Rizzo To: John Birrell Message-ID: <20090309150746.GB36472@onelab2.iet.unipi.it> References: <200903081629.n28GTxBH087773@svn.freebsd.org> <20090308164708.GA97383@onelab2.iet.unipi.it> <20090309143331.GA57289@what-creek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090309143331.GA57289@what-creek.com> User-Agent: Mutt/1.4.2.3i Cc: svn-src-projects@freebsd.org, John Birrell , src-committers@freebsd.org Subject: Re: svn commit: r189537 - projects/jbuild/usr.sbin/config X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 15:02:38 -0000 On Mon, Mar 09, 2009 at 02:33:31PM +0000, John Birrell wrote: > On Sun, Mar 08, 2009 at 05:47:08PM +0100, Luigi Rizzo wrote: > > maybe a naive question, but isn't there a way to construct > > these Buildfile's (and Buildfile.dirdep, assuming they are > > not there by mistake) automatically from the existing Makefiles ? > > In the simple cases, the Makefile to Buildfile conversion is > straight forward. However there are enough "special" cases where > the files have to be cleaned up. > > > It's going to be a nightmare to support both Makefile > > and Buildfile. > > I'm not sure this is true. The Buildfiles aren't intended to be > merged back to head -- they will stay in the project branch. ok, i thought this was not just a private project but something that might end up in the main tree ? Sorry if i misunderstood. cheers luigi