[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_MKDIR_P documentation
From: |
Paul Eggert |
Subject: |
Re: AC_PROG_MKDIR_P documentation |
Date: |
Wed, 31 May 2006 12:23:52 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Stepan Kasal <address@hidden> writes:
> The documentation says that FreeBSD 5.0 and NetBSD-current contain a
> race-free implementations of mkdir -p.
> Do they also understand -m and --?
Yes.
> If yes, is there any way to detect them, too?
Not that I know of; I don't have such systems easily available.
> And what about OpenBSD, does any of the readers here know?
It has the options, but I don't know whether it's race-free.
Thanks for the doc fixes; I'll install them.