Michael Soyka wrote:
> The following statement > > if not exist $@ $(DEL) $@ > > on line 98 in testdir/Make_ming.mak has two errors: > > 1. it attempts to delete a non-existing file and > 2. the path that is substituted for $@ includes unix/linux path separators. > > The attached patch fixes both. Thanks, I'll include it. -- There are only two hard things in programming: Cache invalidation, naming things and off-by-one errors. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202009131904.08DJ4I0u1436323%40masaka.moolenaar.net.
