[U-Boot] Annoying make debug messages at v2013.10-rc3

Albert ARIBAUD albert.u.boot at aribaud.net
Thu Sep 19 08:39:14 CEST 2013


Hi Masahiro,

On Wed, 18 Sep 2013 13:00:18 +0900, Masahiro Yamada
<yamada.m at jp.panasonic.com> wrote:

> Hello Albert.
> 
> 
> Commit 27af930e modified top Makefile as follows:
> 
>     --- a/Makefile
>     +++ b/Makefile
>     @@ -838,7 +838,7 @@ unconfig:
>      
>      sinclude $(obj).boards.depend
>      $(obj).boards.depend:  boards.cfg
>     -       @awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
>     +       @awk '(NF && $$1 !~ /^#/) { print $$7 ": " $$7 "_config; $$(MAKE) -d" }' $< > $@
>      
>      #
>      # Functions to generate common board directory names
> 
> 
> I thought adding -d option is not what you intended.
> 
> So, I posted a patch  "[U-Boot] Makefile: Do not show make debug messages"
> to delete -d option again.
> Does my patch seem to be OK?

Yes. BTW, you do not need to double patches with explanatory mails.
Any explanations that you want to add but not be put in the commit,
just put them below the commit message delimiter, the "---" line.

Tom: do you want to pick this and Axel Lin's bang and Roger Meier's
checkpatch fixes, or do I pick them in u-boot-arm?

> Best Regards
> Masahiro Yamada

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list