Re: RFR: 7181175 Enable hotspot builds on Windows with MinGW/MSYS

2012-07-17 Thread Kelly O'Hair
On Jul 2, 2012, at 10:07 PM, David Holmes wrote: > Second this seems wrong: > > "$(COMPILE_RMIC)" -classpath ... > > If COMPILE_RMIC is re-defined as "rmic " then the above will fail > to execute. Plus didn't you already handle the spaces-in-paths problem in > rules.make when you defined COMP

Re: RFR: 7181175 Enable hotspot builds on Windows with MinGW/MSYS

2012-07-17 Thread David Holmes
On 18/07/2012 7:29 AM, Kelly O'Hair wrote: On Jul 2, 2012, at 10:07 PM, David Holmes wrote: Second this seems wrong: "$(COMPILE_RMIC)" -classpath ... If COMPILE_RMIC is re-defined as "rmic " then the above will fail to execute. Plus didn't you already handle the spaces-in-paths problem in ru

Re: RFR: 7181175 Enable hotspot builds on Windows with MinGW/MSYS

2012-07-17 Thread Tim Bell
On 07/17/12 17:16, David Holmes wrote: I'm not sure if you are agreeing with me :) so to be clear. We have: Thanks for the clarification. I think we all agree here, but best to be sure. COMPILE_JAVAC="$(BootStrapDir)\bin\javac" $(BOOTSTRAP_JAVAC_FLAGS) COMPILE_RMIC="$(BootStrapDir)\bin\rm