RFR: 8021430: 64 bit JDK build fails on windows 7 due to missing corba source files

2013-08-16 Thread Erik Joelsson
Please review this small fix for build failures on windows that were reported a couple of times recently. The abspath function in make sometimes garbles its output. In this case, the function call was a legacy leftover and no longer needed. Solution is to simply remove them.

Re: RFR: 8021430: 64 bit JDK build fails on windows 7 due to missing corba source files

2013-08-16 Thread Tim Bell
Hi Erik: Please review this small fix for build failures on windows that were reported a couple of times recently. The abspath function in make sometimes garbles its output. In this case, the function call was a legacy leftover and no longer needed. Solution is to simply remove them.

Re: RFR: 8021430: 64 bit JDK build fails on windows 7 due to missing corba source files

2013-08-16 Thread David Katleman (Oracle)
On 8/16/2013 3:49 AM, Erik Joelsson wrote: Please review this small fix for build failures on windows that were reported a couple of times recently. The abspath function in make sometimes garbles its output. In this case, the function call was a legacy leftover and no longer needed. Solution