[PATCH] xfstests: rework "dmapi" subtree build mechanism

Christoph Hellwig hch at infradead.org
Thu Mar 10 11:29:43 CST 2011


>  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.

> @@ -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.




More information about the xfs mailing list