jdk/make/gensrc/GensrcLocaleData.gmk
changeset 43295 58870c7a62e0
parent 42930 b878b7b2788e
equal deleted inserted replaced
43282:45b751afd11e 43295:58870c7a62e0
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2017, 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
    87   $1_NON_BASE_LOCALES := $$(subst zh-SG,zh-SG$$(SPACE)zh-Hans-SG, $$($1_NON_BASE_LOCALES))
    87   $1_NON_BASE_LOCALES := $$(subst zh-SG,zh-SG$$(SPACE)zh-Hans-SG, $$($1_NON_BASE_LOCALES))
    88   $1_NON_BASE_LOCALES := $$(subst zh-HK,zh-HK$$(SPACE)zh-Hant-HK, $$($1_NON_BASE_LOCALES))
    88   $1_NON_BASE_LOCALES := $$(subst zh-HK,zh-HK$$(SPACE)zh-Hant-HK, $$($1_NON_BASE_LOCALES))
    89   $1_NON_BASE_LOCALES := $$(subst zh-MO,zh-MO$$(SPACE)zh-Hant-MO, $$($1_NON_BASE_LOCALES))
    89   $1_NON_BASE_LOCALES := $$(subst zh-MO,zh-MO$$(SPACE)zh-Hant-MO, $$($1_NON_BASE_LOCALES))
    90   $1_NON_BASE_LOCALES := $$(subst zh-TW,zh-TW$$(SPACE)zh-Hant-TW, $$($1_NON_BASE_LOCALES))
    90   $1_NON_BASE_LOCALES := $$(subst zh-TW,zh-TW$$(SPACE)zh-Hant-TW, $$($1_NON_BASE_LOCALES))
    91 
    91 
    92 # Adding implict locales nn-NO and nb-NO
    92 # Adding implict locales nb nn-NO and nb-NO
    93   $1_NON_BASE_LOCALES += nn-NO  nb-NO
    93   $1_NON_BASE_LOCALES += nb  nn-NO  nb-NO
    94   $1_NON_BASE_LOCALES := $$(sort $$($1_NON_BASE_LOCALES))
    94   $1_NON_BASE_LOCALES := $$(sort $$($1_NON_BASE_LOCALES))
    95 
    95 
    96   ALL_BASE_LOCALES += $$($1_BASE_LOCALES)
    96   ALL_BASE_LOCALES += $$($1_BASE_LOCALES)
    97   ALL_NON_BASE_LOCALES += $$($1_NON_BASE_LOCALES)
    97   ALL_NON_BASE_LOCALES += $$($1_NON_BASE_LOCALES)
    98 
    98