]> git.sur5r.net Git - cc65/commit
Ignore return values only with CMD.EXE.
authorOliver Schmidt <ol.sc@web.de>
Fri, 10 Jul 2015 20:39:33 +0000 (22:39 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 10 Jul 2015 20:39:53 +0000 (22:39 +0200)
commit992f0f03c5706fb91e60a8ebbcf5de2c79af68e9
treed492a66d9d06f5e226d808a81c6f0addf9d7472c
parentbdb01212c2151b356060586f63ba6b11e2dd09a0
Ignore return values only with CMD.EXE.

CMD.EXE considers file deletion commands not able to delete anything as there's nothing to delete as failed. Of course we don't want to bail out of the Makefile because of missing files to delete. Therefore we ignore the return values with '-'. This change limits this workaround to CMD.EXE.
test/Makefile
test/err/Makefile
test/misc/Makefile
test/ref/Makefile
test/val/Makefile