Kazunobu Kuriyama wrote: > 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.
I believe this is obsolete, now that MKDIR_P is defined in Makefile. Let me know if there is a remaining problem. -- The early bird gets the worm. If you want something else for breakfast, get up later. /// 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]. For more options, visit https://groups.google.com/d/optout.
