[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 2/2] Fixed xen-tools makefile to build flask-tools and flask policy only if flask build especially enabled



On 29/07/13 18:01, Vadim A. Misbakh-Soloviov wrote:
> From: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx>
>
> Signed-off-by: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx>
> ---
>  tools/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/Makefile b/tools/Makefile
> index e44a3e9..c2bcbda 100644
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -8,7 +8,9 @@ endif
>  SUBDIRS-y :=
>  SUBDIRS-y += include
>  SUBDIRS-y += libxc
> +ifeq($(FLASK_ENABLE),y)
>  SUBDIRS-y += flask
> +endif

SUBDIRS-$(FLASK_ENABLE) += flask

Is the preferred way of doing this.

~Andrew


>  SUBDIRS-y += xenstore
>  SUBDIRS-y += misc
>  SUBDIRS-y += examples


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.