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-ppc-devel

Re: [XenPPC] [PATCH] fixes makefile clean logic

To: Maria Butrico <butrico@xxxxxxxxxxxxxx>
Subject: Re: [XenPPC] [PATCH] fixes makefile clean logic
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Thu, 05 Oct 2006 16:07:12 -0500
Cc: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 05 Oct 2006 14:07:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1GVDaO-0002ys-OC@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <E1GVDaO-0002ys-OC@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
Committed, thanks.

-- 
Hollis Blanchard
IBM Linux Technology Center

On Wed, 2006-10-04 at 16:43 -0400, Maria Butrico wrote:
> summary:  fixes makefile clean logic
> 
> details: The three files xen-syms.S xen-lds and asm-offsets.s, all in the
> xen/arch/powerpc subdirectory, are created by make.  Thus they should be
> removed by make clean.
> 
> Signed-of-by: Maria Butrico <butrico@xxxxxxxxxxxxxx>
> 
> diff -r ea14174c392b xen/arch/powerpc/Makefile
> --- a/xen/arch/powerpc/Makefile       Tue Oct 03 10:02:19 2006 -0400
> +++ b/xen/arch/powerpc/Makefile       Wed Oct 04 16:31:15 2006 -0400
> @@ -149,4 +149,5 @@ dom0.bin: $(DOM0_IMAGE)
>  
>  clean::
>       $(MAKE) -f $(BASEDIR)/Rules.mk -C of_handler clean
> -     rm -f firmware firmware_image dom0.bin .xen-syms
> +     rm -f firmware firmware_image dom0.bin .xen-syms xen-syms.S \
> +         xen.lds asm-offsets.s
> 
> _______________________________________________
> Xen-ppc-devel mailing list
> Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ppc-devel


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

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