Re: RFR: 8000461 Top level build doesn't pass OPENJDK=true through to the hotspot build

2012-10-07 Thread David Holmes
Thanks Tim. I'll give others a chance to chime-in before pushing. David On 8/10/2012 11:29 AM, Tim Bell wrote: On 10/07/12 16:36, David Holmes wrote: This is a simple fix contributed by Mark Weilaard to add the OPENJDK=true make variable to COMMON_BUILD_ARGUMENTS so that it gets passed down to

Re: RFR: 8000461 Top level build doesn't pass OPENJDK=true through to the hotspot build

2012-10-07 Thread Tim Bell
On 10/07/12 16:36, David Holmes wrote: This is a simple fix contributed by Mark Weilaard to add the OPENJDK=true make variable to COMMON_BUILD_ARGUMENTS so that it gets passed down to the component builds - in particular hotspot: http://cr.openjdk.java.net/~dholmes/8000461/webrev/ Looks good

RFR: 8000461 Top level build doesn't pass OPENJDK=true through to the hotspot build

2012-10-07 Thread David Holmes
This is a simple fix contributed by Mark Weilaard to add the OPENJDK=true make variable to COMMON_BUILD_ARGUMENTS so that it gets passed down to the component builds - in particular hotspot: http://cr.openjdk.java.net/~dholmes/8000461/webrev/ Here's an extract from a build log showing the valu