On 2014-09-16 09:41, Erik Joelsson wrote:
Hello Naoto,From what I can see, this means that GensrcCLDR.gmk now only generates source for the jdk.localedata module. This means that Gensrc-java.base.gmk should no longer include GensrcCLDR.gmk and GensrcCLDR.gmk should be renamed to Gensrc-jdk.localedata.gmk.
Just changing names is not enough, you need to add a new target as well, and remove the GENSRC_JAVA_BASE assignment. See e.g. Gensrc-java.desktop.gmk for inspiration.
/Magnus