As of 8.0.0570, 'make shadow' cannot run properly for a fresh source tree or after 'make distclean' is done.
This is because MKDIR_P has been set only through auto/config.mk since 8.0.0570. As a result, for a fresh source tree or after 'make disclean' is done, MKDIR_P remains undefined. The proposed patch restores the default 'MKDIR = mkdir -p', but places it before 'include auto/config.mk'. That way the patch fixes the issue as well as allowing the script-detected thread-safe mkdir to overwrite the default. Best regards, Kazunobu Kuriyama -- -- 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]. For more options, visit https://groups.google.com/d/optout.
fix-mkdir_p-for-shadow.patch
Description: Binary data
