From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4030EDDED8 for ; Tue, 20 May 2008 14:52:36 +1000 (EST) Message-Id: <119050FE-2BF4-4A45-8723-7A08EF38B290@kernel.crashing.org> From: Kumar Gala To: Paul Mackerras In-Reply-To: <18482.2082.900892.368978@cargo.ozlabs.ibm.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH 0/4] minor fixes for 2.6.26 Date: Mon, 19 May 2008 23:52:31 -0500 References: <1211136296-4572-1-git-send-email-galak@kernel.crashing.org> <0B367446-4628-4633-BF66-A0007BD9A98B@kernel.crashing.org> <18482.2082.900892.368978@cargo.ozlabs.ibm.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 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. We already had them in clean-files: clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \ empty.c zImage zImage.coff.lds zImage.ps3.lds zImage.lds - k