Changeset 9258cf76 for BOOK/temp-system


Ignore:
Timestamp:
Sep 4, 2015, 6:51:12 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
948a6a4
Parents:
47e1de9
Message:

Edit systemd temp-system gettext not like sysvinit as we include attr acl with the systemd book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gettext.xml

    r47e1de9 r9258cf76  
    2323    <title>Installation of Gettext</title>
    2424
    25     <para os="a">Many packages' installation procedures use the
     25    <para os="i">Many packages' installation procedures use the
    2626    <command>msgfmt</command> program for i18n support, so we will compile
    2727    and install it into <filename class="directory">/tools</filename>.
     
    2929    so we will install those as well.</para>
    3030
    31     <para os="b">Only the programs in the
     31    <para os="a">Only the programs in the
    3232    <filename class="directory">gettext-tools</filename> directory need to be
    3333    installed for the temp-system:</para>
    3434
    35 <screen os="c"><userinput>cd gettext-tools</userinput></screen>
     35<screen os="b"><userinput>cd gettext-tools</userinput></screen>
    3636
    37     <para os="d">Prepare Gettext for compilation:</para>
     37    <para os="c">Prepare Gettext for compilation:</para>
    3838
    39 <screen os="e"><userinput>EMACS="no" ./configure --prefix=/tools \
     39<screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \
    4040    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    41     --disable-shared --cache-file=config.cache</userinput></screen>
     41    --disable-shared</userinput></screen>
    4242
    43 <variablelist os="f">
    44       <title>The meaning of the configure option:</title>
     43    <variablelist os="e">
     44      <title>The meaning of the new configure options:</title>
    4545
    4646      <varlistentry>
    4747        <term><parameter>EMACS="no"</parameter></term>
    4848        <listitem>
    49           <para>This prevents the installation of the Emacs Lisp files
     49          <para>Prevents the configure script from installing Emacs Lisp files
    5050          as the test is known to hang on some hosts.</para>
    5151        </listitem>
     
    5454    </variablelist>
    5555
    56     <para os="g">Compile the required programs and support library:</para>
     56    <para os="f">Compile the required programs and support library:</para>
    5757
    58 <screen os="h"><userinput>make -C gnulib-lib
     58<screen os="g"><userinput>make -C gnulib-lib
    5959make -C intl pluralx.c
    6060make -C src msgfmt msgmerge xgettext</userinput></screen>
    6161
    62     <para os="i">Install the <command>msgfmt</command>,
     62    <para os="h">Install the <command>msgfmt</command>,
    6363    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
    6464
    65 <screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     65<screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    6666
    6767  </sect2>
Note: See TracChangeset for help on using the changeset viewer.