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

2013-09-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/19/2013 02:39 AM, Albert ARIBAUD wrote: > Hi Masahiro, > > On Wed, 18 Sep 2013 13:00:18 +0900, Masahiro Yamada > wrote: > >> Hello Albert. >> >> >> Commit 27af930e modified top Makefile as follows: >> >> --- a/Makefile >> +++ b/Makefil

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

2013-09-19 Thread Albert ARIBAUD
Hi Masahiro, On Thu, 19 Sep 2013 14:49:52 +0200, Albert ARIBAUD wrote: > Can you repost according to the patch posting guidelines at My bad--you had posted correctly. :) Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

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

2013-09-19 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 18 Sep 2013 13:00:18 +0900, Masahiro Yamada 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.dep

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

2013-09-19 Thread Masahiro Yamada
Hi Albert. > 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. You are right. This thread was redundant. Going forward I will do that. Thanks

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

2013-09-18 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 18 Sep 2013 13:00:18 +0900, Masahiro Yamada 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.dep

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

2013-09-17 Thread Masahiro Yamada
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)"