RFR: JDK-8026528: [build] configure does not recognize newer make in cygwin

Erik Joelsson erik.joelsson at oracle.com
Thu Oct 17 15:50:32 UTC 2013


Please review this simple patch extending the recognized make versions 
in configure to 4.0, which was recently released and is already default 
in Cygwin. I also removed the version check in NewMakefile.gmk since it 
seems redundant having already done it in configure. They were also not 
in sync.

I have successfully built on Windows with make 4.0 and it seems to work 
fine.

Bug: https://bugs.openjdk.java.net/browse/JDK-8026528
Webrev: http://cr.openjdk.java.net/~erikj/8026528/webrev.root.01/

/Erik



More information about the build-dev mailing list