kumquat-buildroot/package/ncurses
Thomas Petazzoni 3ad7e33113 ncurses: use foreach make loops instead of shell for loops
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@free-electrons.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-08-03 22:52:42 +02:00
..
0001-fixup-pkg-config-handling.patch
0002-gcc-5.x-MKlib_gen.patch
Config.in
ncurses.hash
ncurses.mk ncurses: use foreach make loops instead of shell for loops 2016-08-03 22:52:42 +02:00