Loading... (original) (raw)

In

JDK-8211677

, we reduced the likelihood of races occurring with mkdir -p by changing more uses to the MakeDir macro. A quick grep in the source shows we still have a ton of explicit mkdir -p in recipes. We should fix all of these.

While at it, we should also look into the autoconf macro AC_PROG_MKDIR_P and see if it gives us a less race prone version on Solaris.