summaryrefslogtreecommitdiffstats
path: root/package/diffutils/diffutils.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-02 22:34:36 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-08-03 22:52:42 +0200
commit3ad7e33113735027f92ccb83575899e07fb2774f (patch)
tree4d24561cc5a9a2d67568f4dc1e62d8beebf92240 /package/diffutils/diffutils.mk
parent33ba5188351ece027455e460f6cba4245af49f3a (diff)
downloadbuildroot-3ad7e33113735027f92ccb83575899e07fb2774f.tar.gz
buildroot-3ad7e33113735027f92ccb83575899e07fb2774f.zip
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>
Diffstat (limited to 'package/diffutils/diffutils.mk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud