From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 82725DDEF0 for ; Wed, 21 Mar 2007 02:50:55 +1100 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6a0985482113b033c4acec5cddb1789c@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 2/7] boot: rebuild when wrapper changes Date: Tue, 20 Mar 2007 16:50:46 +0100 To: Milton Miller 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: , > Since there is magic defined per platform in the wrapper script, the > zImage targets should depend on it. Thank you, I've been bitten by this before but didn't see an easy fix. It's so obvious though :-) > Signed-off-by: Milton Miller Acked-by: Segher Boessenkool Segher