[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenPPC] [PATCH] fixes makefile clean logic
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |