Re: mkdir_p should not fall back to mkinstalldirs

2006-03-23 Thread Stepan Kasal
Hello, > SK> is there any reason why mkdir_p still sometimes falls back to > SK> mkinstalldirs? I think the code will be nicer if we'll use > SK> `install-sh -d' as a universal fallback. > > Yeah, the makefile used mkinstalldirs when it was present, and they > still do for backward compatibil

Re: mkdir_p should not fall back to mkinstalldirs

2006-03-17 Thread Alexandre Duret-Lutz
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes: SK> Hi, SK> is there any reason why mkdir_p still sometimes falls back to SK> mkinstalldirs? I think the code will be nicer if we'll use SK> `install-sh -d' as a universal fallback. Yeah, the makefile used mkinstalldirs when it was present