[Buildroot] [PATCH 2/2] ncurses: use foreach make loops instead of shell for loops

Peter Korsgaard peter at korsgaard.com
Wed Aug 3 20:53:10 UTC 2016


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > The main benefit of using make foreach loops is that they will abort
 > if one of the iteration of the loop fails. The current for loops will
 > continue, and only report a failure if the last iteration was a
 > failure, but will silently ignore other errors.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list