Re: apparent complexity of mkdir-p module

2012-06-07 Thread Paul Eggert
On 06/07/2012 05:09 AM, John W. Eaton wrote: > I was expecting to find a simple interface but unfortunately what you found is what's needed to implement GNU 'mkdir -p'. Among other things, the permissions of the parent directories differ from the permissions of the child directory. It of course

apparent complexity of mkdir-p module (was: Re: dirchownmod and savewd modules uses unavailable functions under) Windows

2012-06-07 Thread John W. Eaton
On 7-Jun-2012, Paul Eggert wrote: | Much of gnulib has never been ported to MSVC / MingW | and apparently octave is using that part. I suggest | using Cygwin. If it were up to me, I'd go a step further and say, "don't use Windows," but the reality is that that's not going to fly with many of Oc

Re: mkdir-p module

2006-03-01 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > The mkdir-p module currently > - lists m4/chdir-safer.m4 but the file does not exist in CVS, > - defines macros gl_FUNC_LCHMOD and gl_CHDIR_SAFER but does not use > them (they are needed though). Thanks for the patch; I inst

mkdir-p module

2006-02-23 Thread Ralf Wildenhues
The mkdir-p module currently - lists m4/chdir-safer.m4 but the file does not exist in CVS, - defines macros gl_FUNC_LCHMOD and gl_CHDIR_SAFER but does not use them (they are needed though). Cheers, Ralf * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and gl_CHDIR_SAFER