]> git.sur5r.net Git - cc65/commit
Removed shell for-loop.
authorOliver Schmidt <ol.sc@web.de>
Wed, 1 Jun 2016 21:45:27 +0000 (23:45 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 1 Jun 2016 21:47:02 +0000 (23:47 +0200)
commit24256256fb772ed34c5197bcfba109278c471052
tree559f37f76587c8749a71fab9bddcf6fedf5e1631
parent38778cdeb6fc6b8f83b3631e423d63e648d86d53
Removed shell for-loop.

Just a few of the many reasons why shell for-loops have no place in (GNUmake) Makefiles:
* They don't conform to https://www.gnu.org/software/make/manual/html_node/Utilities-in-Makefiles.html
* They break Windows builds for sure
* They don't fit to make's approach of working with sets
* They break make parallelism
samples/Makefile