On 2/19/15 10:51 PM, Erik Joelsson wrote:
Hello,
Please review these two small fixes to the build system. When we tried
to add a custom Gensrc-<module>.gmk file, it didn't work as expected.
The -I flags on the make command line were wrong, so it couldn't
import the GensrcCommon.gmk or GensrcProperties.gmk from
jdk/make/gensrc. Also, GensrcProperties.gmk did not support generating
java files from properties in a different source root than
jdk/src/<module>.
Bug: https://bugs.openjdk.java.net/browse/JDK-8073498
Webrev: http://cr.openjdk.java.net/~erikj/8073498/webrev.01/
These changes have been tested with the patch for JDK-8062750, through
which we discovered these shortcomings.
The change looks good to me. Thanks for this fix that helps to fix
JDK-8062750 in a cleaner way.
Mandy