Changeset 902a553 in clfs-sysroot for BOOK/cross-tools/common/eglibc.xml


Ignore:
Timestamp:
Jul 12, 2009, 7:24:39 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
5e7d8bf
Parents:
b517233
Message:

Replace the locales standalone installation command block with a simpler command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/eglibc.xml

    rb517233 r902a553  
    208208    successfully:</para>
    209209
    210 <screen role="nodump"><userinput>mkdir -pv ${CLFS}/usr/lib/locale
    211 export I18NPATH=${PWD}/localedata
    212 export GCONV_PATH=${PWD}/iconvdata
    213 export LOCALEDEF="${PWD}/locale/localedef-native \
    214     --alias-file=../intl/locale.alias"
    215 cd ../eglibc-&eglibc-version;/localedata
    216 ${LOCALEDEF} -i locales/de_DE -f charmaps/ISO-8859-1 --prefix=${CLFS} de_DE
    217 ${LOCALEDEF} -i locales/de_DE@euro -f charmaps/ISO-8859-15 \
    218     --prefix=${CLFS} de_DE@euro
    219 ${LOCALEDEF} -i locales/en_HK -f charmaps/ISO-8859-1 --prefix=${CLFS} en_HK
    220 ${LOCALEDEF} -i locales/en_PH -f charmaps/ISO-8859-1 --prefix=${CLFS} en_PH
    221 ${LOCALEDEF} -i locales/en_US -f charmaps/ISO-8859-1 --prefix=${CLFS} en_US
    222 ${LOCALEDEF} -i locales/es_MX -f charmaps/ISO-8859-1 --prefix=${CLFS} es_MX
    223 ${LOCALEDEF} -i locales/fa_IR -f charmaps/UTF-8 --prefix=${CLFS} fa_IR
    224 ${LOCALEDEF} -i locales/fr_FR -f charmaps/ISO-8859-1 --prefix=${CLFS} fr_FR
    225 ${LOCALEDEF} -i locales/fr_FR@euro -f charmaps/ISO-8859-15 \
    226     --prefix=${CLFS} fr_FR@euro
    227 ${LOCALEDEF} -i locales/it_IT -f charmaps/ISO-8859-1 --prefix=${CLFS} it_IT
    228 ${LOCALEDEF} -i locales/ja_JP -f charmaps/EUC-JP --prefix=${CLFS} ja_JP
    229 unset I18NPATH GCONV_PATH LOCALEDEF</userinput></screen>
     210<screen role="nodump"><userinput>make SUPPORTED-LOCALES="de_DE.UTF-8/UTF-8 de_DE/ISO-8859-1 de_DE@euro/ISO-8859-15 \
     211    en_HK.UTF-8/UTF-8 en_HK/ISO-8859-1 \
     212    en_PH.UTF-8/UTF-8 en_PH/ISO-8859-1 \
     213    en_US.UTF-8/UTF-8 en_US/ISO-8859-1 \
     214    es_MX.UTF-8/UTF-8 es_MX/ISO-8859-1 \
     215    fa_IR/UTF-8 \
     216    fr_FR.UTF-8/UTF-8 fr_FR/ISO-8859-1 fr_FR@euro/ISO-8859-15 \
     217    it_IT.UTF-8/UTF-8 it_IT/ISO-8859-1 \
     218    ja_JP.EUC-JP/EUC-JP ja_JP.UTF-8/UTF-8" localedata/install-locales</userinput></screen>
    230219
    231220    <para>Some locales installed by the <command>make
    232221    localedata/install-locales</command> command above are not properly
    233     supported by some applications that are in the CLFS and BLFS books. Because
     222    supported by some applications that are in the CLFS and CBLFS books. Because
    234223    of the various problems that arise due to application programmers making
    235224    assumptions that break in such locales, CLFS should not be used in locales
Note: See TracChangeset for help on using the changeset viewer.