]> Git Repo - J-u-boot.git/commit
Makefile: Don't shadow actual error when compile ASL
authorAndy Shevchenko <[email protected]>
Fri, 21 Jul 2017 19:32:00 +0000 (22:32 +0300)
committerBin Meng <[email protected]>
Sun, 30 Jul 2017 02:30:25 +0000 (10:30 +0800)
commit06054b1a623dbb48b275d2462df413f48181eca0
treebbc3508c60f8b4583407152aecb2430ff3d23f2f
parent66712c298d20453cee4b217d37d1698aae2b9f7a
Makefile: Don't shadow actual error when compile ASL

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 see the error again.

Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
scripts/Makefile.lib
This page took 0.034791 seconds and 4 git commands to generate.