Re: RFR: JDK-8065913 Various improvements in SetupNativeCompilation

2014-11-26 Thread Erik Joelsson
Looks good. /Erik On 2014-11-26 15:05, Magnus Ihse Bursie wrote: On 2014-11-26 13:00, Erik Joelsson wrote: NativeCompilation.gmk looks like there is a \ missing at line 3 of replace_with_obj_extensions. Fixed. http://cr.openjdk.java.net/~ihse/JDK-8065913-native-compilation-improvements/webr

Re: RFR: JDK-8065913 Various improvements in SetupNativeCompilation

2014-11-26 Thread Magnus Ihse Bursie
On 2014-11-26 13:00, Erik Joelsson wrote: NativeCompilation.gmk looks like there is a \ missing at line 3 of replace_with_obj_extensions. Fixed. http://cr.openjdk.java.net/~ihse/JDK-8065913-native-compilation-improvements/webrev.02 Otherwise looks good. Thanks! /Magnus

Re: RFR: JDK-8065913 Various improvements in SetupNativeCompilation

2014-11-26 Thread Erik Joelsson
NativeCompilation.gmk looks like there is a \ missing at line 3 of replace_with_obj_extensions. Otherwise looks good. /Erik On 2014-11-25 16:56, Magnus Ihse Bursie wrote: This is a bag of fixes that has been developed in the build-infra forest as part of preparatory work for converting the hot

RFR: JDK-8065913 Various improvements in SetupNativeCompilation

2014-11-25 Thread Magnus Ihse Bursie
This is a bag of fixes that has been developed in the build-infra forest as part of preparatory work for converting the hotspot repo and closed Oracle repos to the new build-infra structure. The fix includes: * Setup proper dependencies for Windows RC files (.res) * Make it easier to supp