From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <20080520005401.GD22279@yookeroo.seuss> 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> <20080520005401.GD22279@yookeroo.seuss> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 0/4] minor fixes for 2.6.26 Date: Tue, 20 May 2008 04:03:47 +0200 To: David Gibson Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> 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. > > 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" decided to delete my zImage.backup, etc. Segher