From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p2AMDSqj124954 for ; Thu, 10 Mar 2011 16:13:33 -0600 Subject: Re: [PATCH] xfstests: rework "dmapi" subtree build mechanism From: Alex Elder In-Reply-To: <20110310172943.GD13390@infradead.org> References: <201103041937.p24Jbk5W004828@stout.americas.sgi.com> <20110310172943.GD13390@infradead.org> Date: Thu, 10 Mar 2011 16:16:12 -0600 Message-ID: <1299795372.2573.79.camel@doink> Mime-Version: 1.0 Reply-To: aelder@sgi.com List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Christoph Hellwig Cc: xfs@oss.sgi.com On Thu, 2011-03-10 at 12:29 -0500, Christoph Hellwig wrote: > > LIB_SUBDIRS = include lib > > TOOL_SUBDIRS = ltp src m4 > > +ifeq ($(HAVE_DMAPI), true) > > +TOOL_SUBDIRS += dmapi > > +endif > > Does this work with the way we generate source tarballs on make dist? > In xfsprogs we have special variables for source files that don't get > build. Right now, xfstests has no "make dist". I'm trying now to straighten things out a bit in preparation for making xfstests follow the same model used for xfsprogs (and the rest). So, I guess the answer is "no" but ultimately it should be "yes," though more changes will be needed to get there. > > > @@ -0,0 +1,30 @@ > > +# > > +# Copyright (c) 2011 SGI All Rights Reserved. > > +# > > I think a license would be more useful than all rights reserved here. > > Except for that the patch looks sane to me, and having a consistent > build system is a good thing. I'll add a boilerplate GPL statement in these new files. What I used was simply mimicing what was present in the other Makefiles. In order to avoid re-sending this big patch, may I get your signoff/reviewed-by on that plan? Thanks. -Alex _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs