Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-19 Thread Paul Mackerras
Kumar Gala writes: Kumar Gala (4): lmb: Fix compile warning [POWERPC] Remove generated files on make clean I think that adding zImage.* to clean-files is a bad idea, because we have zImage.lds.S, zImage.coff.lds.S and zImage.ps3.lds.S in arch/powerpc/boot that we don't want

Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-19 Thread David Gibson
On Tue, May 20, 2008 at 09:07:14AM +1000, Paul Mackerras wrote: Kumar Gala writes: Kumar Gala (4): lmb: Fix compile warning [POWERPC] Remove generated files on make clean I think that adding zImage.* to clean-files is a bad idea, because we have zImage.lds.S,

Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-19 Thread Segher Boessenkool
I think that adding zImage.* to clean-files is a bad idea, because we have zImage.lds.S, zImage.coff.lds.S and zImage.ps3.lds.S in arch/powerpc/boot that we don't want deleted. It would be OK for compiling with a separate object directory but would be bad for compiling in the source directory.

Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-19 Thread David Gibson
On Tue, May 20, 2008 at 04:22:40AM +0200, Segher Boessenkool wrote: Arguably this suggests we should rename either the lds files or the zImages so that we *can* get a pattern to match. Not really. Just define a $(ALL_ZIMAGES) var and use that everywhere. I would be pretty upset if make clean

Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-19 Thread Kumar Gala
On May 19, 2008, at 6:07 PM, Paul Mackerras wrote: Kumar Gala writes: Kumar Gala (4): lmb: Fix compile warning [POWERPC] Remove generated files on make clean I think that adding zImage.* to clean-files is a bad idea, because we have zImage.lds.S, zImage.coff.lds.S and

Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-19 Thread David Gibson
On Mon, May 19, 2008 at 11:52:31PM -0500, Kumar Gala wrote: On May 19, 2008, at 6:07 PM, Paul Mackerras wrote: Kumar Gala writes: Kumar Gala (4): lmb: Fix compile warning [POWERPC] Remove generated files on make clean I think that adding zImage.* to clean-files is a bad idea,

[PATCH 0/4] minor fixes for 2.6.26

2008-05-18 Thread Kumar Gala
Please pull from 'for-2.6.26' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.26 to receive the following updates: arch/powerpc/boot/.gitignore | 15 ++- arch/powerpc/boot/Makefile|4 ++--

Re: [PATCH 0/4] minor fixes for 2.6.26

2008-05-18 Thread Kumar Gala
On May 18, 2008, at 1:44 PM, Kumar Gala wrote: Please pull from 'for-2.6.26' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.26 to receive the following updates: arch/powerpc/boot/.gitignore | 15 ++- arch/powerpc/boot/Makefile