Ignore:
Timestamp:
01/24/2016 08:01:02 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    r54789f3 r83f6c770  
    1010  <!ENTITY icu-md5sum        "c4a2d71ff56aec5ebfab2a3f059be99d">
    1111  <!ENTITY icu-size          "25 MB">
    12   <!ENTITY icu-buildsize     "369 MB (with tests)">
    13   <!ENTITY icu-time          "3.6 SBU (with tests)">
     12  <!ENTITY icu-buildsize     "302 MB (additional 67 MB for the tests)">
     13  <!ENTITY icu-time          "1.5 SBU (additional 1.9 SBU for the tests)">
    1414]>
    1515
     
    109109  </sect2>
    110110
     111  <sect2 role="commands">
     112    <title>Command Explanations</title>
     113
     114    <para>
     115      <envar>CC=gcc CXX=g++</envar>: If you prefer to use
     116      <command>gcc</command> and/or <command>g++</command> instead of
     117      <command>clang</command> and/or <command>clang++</command>, if they are
     118      installed, use one or both variables in the configure line.
     119    </para>
     120
     121  </sect2>
     122
    111123  <sect2 role="content">
    112124    <title>Contents</title>
     
    120132        <seg>
    121133          derb, genbrk, genccode, gencfu, gencmn, gencnval, gendict, gennorm2,
    122           genrb, gensprep, icu-config, icuinfo, icupkg, makeconv, pkgdata and
     134          genrb, gensprep, icu-config, icuinfo, icupkg, makeconv, pkgdata, and
    123135          uconv
    124136        </seg>
    125137        <seg>
    126138          libicudata.so, libicui18n.so, libicuio.so, libicule.so, libiculx.so,
    127           libicutest.so, libicutu.so and libicuuc.so
     139          libicutest.so, libicutu.so, and libicuuc.so
    128140        </seg>
    129141        <seg>
    130142          /usr/include/layout,
    131143          /usr/include/unicode,
    132           /usr/lib/icu and
     144          /usr/lib/icu, and
    133145          /usr/share/icu
    134146        </seg>
Note: See TracChangeset for help on using the changeset viewer.