public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4 v2] Fix printing of make targets, simplify Makefile
Date: Sun, 13 Jun 2010 18:08:09 +0200	[thread overview]
Message-ID: <20100613160809.C60CC153659@gemini.denx.de> (raw)
In-Reply-To: <1274995116-8708-2-git-send-email-wd@denx.de>

In message <1274995116-8708-2-git-send-email-wd@denx.de> you wrote:
> Make printing the "board names" more useful. So far, we would get
> output like this;
> 
> $ ./MAKEALL P2020RDB P2020RDB_NAND P2020RDB_SDCARD P2020RDB_SPIFLASH
> Configuring for P1_P2_RDB board...
>    text    data     bss     dec     hex filename
>  342612   32656  265212  640480   9c5e0 /work/wd/tmp-ppc/u-boot
> Configuring for P1_P2_RDB board...
>    text    data     bss     dec     hex filename
>  343160   32704  265212  641076   9c834 /work/wd/tmp-ppc/u-boot
> Configuring for P1_P2_RDB board...
>    text    data     bss     dec     hex filename
>  341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
> Configuring for P1_P2_RDB board...
>    text    data     bss     dec     hex filename
>  341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
> 
> For all build targets the same board name would be printed, which
> makes is often pretty difficult to find out which exact build target
> caused problems. With this commit, the real make target name gets
> printed instead, which is way more useful:
> 
> $ ./MAKEALL P2020RDB P2020RDB_NAND P2020RDB_SDCARD P2020RDB_SPIFLASH
> Configuring for P2020RDB board...
>    text    data     bss     dec     hex filename
>  342612   32656  265212  640480   9c5e0 /work/wd/tmp-ppc/u-boot
> Configuring for P2020RDB_NAND board...
>    text    data     bss     dec     hex filename
>  343160   32704  265212  641076   9c834 /work/wd/tmp-ppc/u-boot
> Configuring for P2020RDB_SDCARD board...
>    text    data     bss     dec     hex filename
>  341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
> Configuring for P2020RDB_SPIFLASH board...
>    text    data     bss     dec     hex filename
>  341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
> 
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>  Makefile |  740 ++++++++++++++++++++-----------------------------------------
>  1 files changed, 243 insertions(+), 497 deletions(-)

Applied to "next" branch.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Computers are not intelligent. They only think they are.

  reply	other threads:[~2010-06-13 16:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-16  0:35 [U-Boot] [PATCH 0/3] Makefile: rework / cleanup Wolfgang Denk
2010-05-16  0:35 ` [U-Boot] [PATCH 1/3] Fix printing of make targets, simplify Makefile Wolfgang Denk
2010-05-16  0:35 ` [U-Boot] [PATCH 2/3] Makefile: simplify handling of build target names Wolfgang Denk
2010-05-19 23:40   ` Mike Frysinger
2010-05-16  0:35 ` [U-Boot] [PATCH 3/3] Makefile: simplify handling of common board configurations Wolfgang Denk
2010-05-18  9:05 ` [U-Boot] [PATCH 0/3] Makefile: rework / cleanup Detlev Zundel
2010-05-27 21:18 ` [U-Boot] [PATCH 0/4 v2] " Wolfgang Denk
2010-05-28  1:38   ` Thomas Chou
2010-05-28 12:19     ` Wolfgang Denk
2010-05-28 13:00       ` Scott McNutt
2010-05-28 14:16         ` Thomas Chou
2010-05-28 14:34       ` Thomas Chou
2010-05-27 21:18 ` [U-Boot] [PATCH 1/4 v2] Fix printing of make targets, simplify Makefile Wolfgang Denk
2010-06-13 16:08   ` Wolfgang Denk [this message]
2010-05-27 21:18 ` [U-Boot] [PATCH 2/4 v2] Makefile: simplify handling of build target names Wolfgang Denk
2010-06-13 16:08   ` Wolfgang Denk
2010-05-27 21:18 ` [U-Boot] [PATCH 3/4 v2] Makefile: simplify handling of common board configurations Wolfgang Denk
2010-06-13 16:09   ` Wolfgang Denk
2010-05-27 21:18 ` [U-Boot] [PATCH 4/4 v2] Makefile/mkconfig: read simple board configurations from boards.cfg Wolfgang Denk
2010-05-28  5:13   ` Peter Tyser
2010-05-28  5:32     ` Peter Tyser
2010-06-13 16:10   ` Wolfgang Denk

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=20100613160809.C60CC153659@gemini.denx.de \
    --to=wd@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox