All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@seznam.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] MAKEALL patch
Date: Sun, 5 Aug 2007 15:12:07 +0200	[thread overview]
Message-ID: <006f01c7d762$3976ead0$0500a8c0@monstrone> (raw)

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
 }
  

             reply	other threads:[~2007-08-05 13:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-05 13:12 Michal Simek [this message]
2007-08-05 13:51 ` [U-Boot-Users] MAKEALL patch 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='006f01c7d762$3976ead0$0500a8c0@monstrone' \
    --to=monstr@seznam.cz \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.