Displaying 1 result from an estimated 1 matches for "38d95da9".
2017 Oct 12
2
[PATCH][RESEND] use autoconf MKDIR_P to reduce usage of legacy mkinstalldirs script
Basically all platforms have a proper "mkdir -p". Autoconf has install-sh as
fallback when using AC_PROG_MKDIR_P, which is also hardened against races if
it is recent enough. Update that script and use MKDIR_P whereever possible.
Installs fine in my tests and avoids the "mkdir: cannot create directory '?':
File exists" messages along the way.
Greetings,
Eike
--