Re: [U-Boot] [PATCH v1 1/7] Makefile: Don't shadow actual error when compile ASL

2017-07-28 Thread Bin Meng
On Sun, Jul 23, 2017 at 12:47 AM, Bin Meng wrote: > Hi Andy, > > On Sun, Jul 23, 2017 at 12:38 AM, Andy Shevchenko > wrote: >> On Sat, Jul 22, 2017 at 3:59 PM, Bin Meng wrote: >>> Hi Andy, >>> >>> On Sat, Jul 22, 2017 at 3:32 AM, Andy Shevchenko >>> wrote: If ASL compiler failed by any rea

Re: [U-Boot] [PATCH v1 1/7] Makefile: Don't shadow actual error when compile ASL

2017-07-22 Thread Bin Meng
Hi Andy, On Sun, Jul 23, 2017 at 12:38 AM, Andy Shevchenko wrote: > On Sat, Jul 22, 2017 at 3:59 PM, Bin Meng wrote: >> Hi Andy, >> >> On Sat, Jul 22, 2017 at 3:32 AM, Andy Shevchenko >> wrote: >>> If ASL compiler failed by any reason do not produce output C file. >>> Otherwise sequential run o

Re: [U-Boot] [PATCH v1 1/7] Makefile: Don't shadow actual error when compile ASL

2017-07-22 Thread Andy Shevchenko
On Sat, Jul 22, 2017 at 3:59 PM, Bin Meng wrote: > Hi Andy, > > On Sat, Jul 22, 2017 at 3:32 AM, Andy Shevchenko > wrote: >> If ASL compiler failed by any reason do not produce output C file. >> Otherwise sequential run of make will shadow the actual error in ASL, >> i.e. >> >> CC board/in

Re: [U-Boot] [PATCH v1 1/7] Makefile: Don't shadow actual error when compile ASL

2017-07-22 Thread Bin Meng
Hi Andy, On Sat, Jul 22, 2017 at 3:32 AM, Andy Shevchenko wrote: > If ASL compiler failed by any reason do not produce output C file. > Otherwise sequential run of make will shadow the actual error in ASL, > i.e. > > CC board/intel/edison/dsdt.o > board/intel/edison/dsdt.c:1:1: error: unte

[U-Boot] [PATCH v1 1/7] Makefile: Don't shadow actual error when compile ASL

2017-07-21 Thread Andy Shevchenko
If ASL compiler failed by any reason do not produce output C file. Otherwise sequential run of make will shadow the actual error in ASL, i.e. CC board/intel/edison/dsdt.o board/intel/edison/dsdt.c:1:1: error: unterminated comment /* and user has to remove dsdt.c and run make in order to s