Re: mkdir -p, autoconf

2022-10-08 Thread Joerg Sonnenberger
Am Fri, Oct 07, 2022 at 06:40:19AM -0400 schrieb Greg Troxel: > autoconf has a macro AC_PROG_MKDIR_P that sets MKDIR_P. However it is > all paranoid about races, wanting two simultaneous 'mkdir -p foo' > invocations to result in foo being created and neither returning > failure, because... speccu

Re: mkdir -p, autoconf

2022-10-08 Thread Valery Ushakov
On Sat, Oct 08, 2022 at 02:45:39 +, David Holland wrote: > On Fri, Oct 07, 2022 at 02:31:28PM -0400, Greg Troxel wrote: > > The point is not that they exist, but that the program is robust against > > something else creating them. Given autoconf macros have concerns about > > parallel exec