public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] MAKEALL patch
@ 2007-08-05 13:12 Michal Simek
  2007-08-05 13:51 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2007-08-05 13:12 UTC (permalink / raw)
  To: u-boot

Corection MAKEALL script.

Signed of by: Michal Simek <monstr@monstr.eu>


diff --git a/MAKEALL b/MAKEALL
index 127faa8..2b44244 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -348,7 +348,7 @@ build_target() {
  ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
     | tee ${LOG_DIR}/$target.ERR
 
- ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
+ ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
     | tee -a ${LOG_DIR}/$target.MAKELOG
 }
  

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-06 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-05 13:12 [U-Boot-Users] MAKEALL patch Michal Simek
2007-08-05 13:51 ` Wolfgang Denk
2007-08-05 14:50   ` Michal Simek
2007-08-05 19:54     ` Wolfgang Denk
2007-08-06  9:04   ` Mike Frysinger
2007-08-06 17:00     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox