From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sat, 23 Feb 2008 17:59:01 +0900 Subject: [U-Boot-Users] cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. In-Reply-To: <20080223084847.95CAA24D0B@gemini.denx.de> References: <20080223084847.95CAA24D0B@gemini.denx.de> Message-ID: <47BFE055.3020100@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <47BFD59B.3030002@ruby.dti.ne.jp> you wrote: >> Shinya Kuribayashi wrote: >>> This will reduce the build time. >>> >>> Signed-off-by: Shinya Kuribayashi >>> --- >>> >>> cpu/mcf52x2/config.mk | 10 +++++----- >>> 1 files changed, 5 insertions(+), 5 deletions(-) >> Hm, maybe I'm mistaken wrt the latter two patches... > > What was your mistake? They looked clean to me... In mcf52x2 case, what cached by make is not is52XX variables, probably. Unfortunately I don't have powerpc/coldfire toolchains setup, please give it a try. Shinya