]> git.sur5r.net Git - cc65/commit
Ignore return values only with CMD.EXE MkII.
authorOliver Schmidt <ol.sc@web.de>
Fri, 10 Jul 2015 22:01:39 +0000 (00:01 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 10 Jul 2015 22:01:39 +0000 (00:01 +0200)
commit50b0536222ee8cc417fdd7cb2bc2edb669a4a70b
tree09140497fb6466315bd7497cfef029891b9ba1b9
parent992f0f03c5706fb91e60a8ebbcf5de2c79af68e9
Ignore return values only with CMD.EXE MkII.

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