On 9/10/2013 11:30 PM, Erik Joelsson wrote:
I just hit this race when building in jprt. Adding the standard mkdir -p
lines should fix it.
https://bugs.openjdk.java.net/browse/JDK-8026144
http://cr.openjdk.java.net/~erikj/8026144/webrev.jdk.01/
Hmmm. Isn't the real problem that there is a missing dependency on the
prior unzipping target (that already does the mkdir). To be pedantic I
suppose all three targets should have a dependency on a "prepare" target
that does the mkdir.
Adding mkdir to all of them does avoid the problem though.
David
/Erik