On 2013-10-10 10:45, Volker Simonis wrote:
I just want to add that parallel "mkdir -p <path>" commands can fail on AIX if <path> is on an NFS share. While knowing that AIX is not one of the main OpenJDK platforms I would nevertheless prefer the conceptually cleaner way of having a separate rule for the path to prevent parallel mkdirs for the same directory.
Just as a side comment, having the build output directory is not recommended. It will typically affect the build speed tremendously, and if configure manages to figure out that this is the situation, it prints a warning about it.
I remember something about Solaris having problems with parallel mkdirs as well, even on non-NFS paths.
/Magnus