Re: [U-Boot] [PATCH v4 09/10] moveconfig: Add a switch to enable printing errors

2015-05-19 Thread Joe Hershberger
Hi Masahiro-san, On Mon, May 18, 2015 at 10:25 PM, Masahiro Yamada wrote: > 2015-05-16 6:40 GMT+09:00 Joe Hershberger : >> In some cases the build for the autoconf breaks. This outputs the errors >> following the status so that action can be taken without building again >> manually. >> >> Signed-

Re: [U-Boot] [PATCH v4 09/10] moveconfig: Add a switch to enable printing errors

2015-05-18 Thread Masahiro Yamada
2015-05-16 6:40 GMT+09:00 Joe Hershberger : > In some cases the build for the autoconf breaks. This outputs the errors > following the status so that action can be taken without building again > manually. > > Signed-off-by: Joe Hershberger > > --- > > Changes in v4: None > Changes in v3: None > Ch