jdk/make/gensrc/GensrcCLDR.gmk
changeset 27565 729f9700483a
parent 26632 f87ab7e0bf39
child 31263 a81a0af34ca0
equal deleted inserted replaced
27564:eaaa79b68cd5 27565:729f9700483a
     1 #
     1 #
     2 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    24 #
    24 #
    25 
    25 
    26 CLDRVERSION := 21.0.1
    26 CLDRVERSION := 21.0.1
    27 CLDRSRCDIR := $(JDK_TOPDIR)/src/jdk.localedata/share/classes/sun/util/cldr/resources/$(subst .,_,$(CLDRVERSION))
    27 CLDRSRCDIR := $(JDK_TOPDIR)/src/jdk.localedata/share/classes/sun/util/cldr/resources/$(subst .,_,$(CLDRVERSION))
    28 
    28 
    29 GENSRC_DIR := $(JDK_OUTPUTDIR)/gensrc/jdk.localedata
    29 GENSRC_DIR := $(SUPPORT_OUTPUTDIR)/gensrc/jdk.localedata
    30 
    30 
    31 CLDR_METAINFO_FILE := $(GENSRC_DIR)/sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.java
    31 CLDR_METAINFO_FILE := $(GENSRC_DIR)/sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.java
    32 
    32 
    33 $(CLDR_METAINFO_FILE): $(wildcard $(CLDRSRCDIR)/common/dtd/*.dtd) \
    33 $(CLDR_METAINFO_FILE): $(wildcard $(CLDRSRCDIR)/common/dtd/*.dtd) \
    34     $(wildcard $(CLDRSRCDIR)/common/main/*.xml) \
    34     $(wildcard $(CLDRSRCDIR)/common/main/*.xml) \