Re: [U-Boot] [PATCH v4 08/10] moveconfig: Print a message for missing compiler

2015-05-19 Thread Masahiro Yamada
2015-05-20 2:51 GMT+09:00 Joe Hershberger : > Hi Masahiro-san, > > On Mon, May 18, 2015 at 10:23 PM, Masahiro Yamada > wrote: >> 2015-05-16 6:40 GMT+09:00 Joe Hershberger : >>> A common case for failed builds is a missing compiler. Print a message >>> for that case to tell the user concisely which

Re: [U-Boot] [PATCH v4 08/10] moveconfig: Print a message for missing compiler

2015-05-19 Thread Joe Hershberger
Hi Masahiro-san, On Mon, May 18, 2015 at 10:23 PM, Masahiro Yamada wrote: > 2015-05-16 6:40 GMT+09:00 Joe Hershberger : >> A common case for failed builds is a missing compiler. Print a message >> for that case to tell the user concisely which compiler was expected >> that was not found. >> >> Th

Re: [U-Boot] [PATCH v4 08/10] moveconfig: Print a message for missing compiler

2015-05-18 Thread Masahiro Yamada
2015-05-16 6:40 GMT+09:00 Joe Hershberger : > A common case for failed builds is a missing compiler. Print a message > for that case to tell the user concisely which compiler was expected > that was not found. > > This patch also has the effect of not printing build errors any longer. > The next pa

[U-Boot] [PATCH v4 08/10] moveconfig: Print a message for missing compiler

2015-05-15 Thread Joe Hershberger
A common case for failed builds is a missing compiler. Print a message for that case to tell the user concisely which compiler was expected that was not found. This patch also has the effect of not printing build errors any longer. The next patch will add a switch to optionally bring that back. S