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
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
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