WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] don't always need to build x86 firmware

To: ahs3@xxxxxxxxx
Subject: Re: [Xen-devel] [PATCH] don't always need to build x86 firmware
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Wed, 12 Apr 2006 13:24:19 -0500
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 12 Apr 2006 11:23:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1144864217.7398.54.camel@fcboson>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <1144864217.7398.54.camel@fcboson>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, 2006-04-12 at 11:50 -0600, Al Stone wrote:
> diff -r 5cc367720223 -r d5318d3a8ced tools/Makefile
> --- a/tools/Makefile    Tue Apr 11 18:54:18 2006 -0600
> +++ b/tools/Makefile    Wed Apr 12 10:39:06 2006 -0600
> @@ -8,7 +8,9 @@ SUBDIRS += examples
>  SUBDIRS += examples
>  SUBDIRS += xentrace
>  SUBDIRS += xcutils
> +ifneq ($(XEN_TARGET_ARCH),ia64)
>  SUBDIRS += firmware
> +endif
>  SUBDIRS += security
>  SUBDIRS += console
>  SUBDIRS += xenmon 

Instead of this, could you have a look at converting tools/Makefile to
use the subdirs-$(foo) syntax that the xen/ Makefiles are using?

-- 
Hollis Blanchard
IBM Linux Technology Center


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>