From owner-svn-src-projects@FreeBSD.ORG Sun Mar 8 17:01:25 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 2DAF91065674; Sun, 8 Mar 2009 17:01:25 +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 E4F858FC1B; Sun, 8 Mar 2009 17:01:24 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 183617309E; Sun, 8 Mar 2009 17:47:08 +0100 (CET) Date: Sun, 8 Mar 2009 17:47:08 +0100 From: Luigi Rizzo To: John Birrell Message-ID: <20090308164708.GA97383@onelab2.iet.unipi.it> References: <200903081629.n28GTxBH087773@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903081629.n28GTxBH087773@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-projects@freebsd.org, 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: Sun, 08 Mar 2009 17:01:25 -0000 On Sun, Mar 08, 2009 at 04:29:59PM +0000, John Birrell wrote: > Author: jb > Date: Sun Mar 8 16:29:59 2009 > New Revision: 189537 > URL: http://svn.freebsd.org/changeset/base/189537 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 ? It's going to be a nightmare to support both Makefile and Buildfile. cheers luigi