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
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