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.
Thanks. Figuring out the "mkdir -p" command is causing quite a bit of
trouble. Since we need the fallback to install-sh anyway, why not just
always use it? AFAIK the only disadvantage is that it would be slower.
I don't think anyone would notice.
I'll make it like that, let's see if there are any remaining problems.
--
With sufficient thrust, pigs fly just fine.
-- RFC 1925
/// 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.