From owner-svn-src-projects@FreeBSD.ORG Mon Mar 9 14:52:57 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 BD34F106564A; Mon, 9 Mar 2009 14:52:57 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 898F58FC1B; Mon, 9 Mar 2009 14:52:57 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id F1F2C7409D; Mon, 9 Mar 2009 14:33:31 +0000 (GMT) Date: Mon, 9 Mar 2009 14:33:31 +0000 From: John Birrell To: Luigi Rizzo Message-ID: <20090309143331.GA57289@what-creek.com> References: <200903081629.n28GTxBH087773@svn.freebsd.org> <20090308164708.GA97383@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090308164708.GA97383@onelab2.iet.unipi.it> 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 14:52:58 -0000 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. -- John Birrell