Changeset 852824db for BOOK


Ignore:
Timestamp:
Apr 16, 2014, 8:17:01 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
72bf73b
Parents:
86735361
Message:

More command explanation updates

Location:
BOOK
Files:
11 edited

Legend:

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

    r86735361 r852824db  
    8888      </varlistentry>
    8989
    90 
    9190      <varlistentry>
    9291        <term><parameter>--with-native-system-headers-dir=/tools/include</parameter></term>
     
    9594           in <filename class="directory">/tools/include</filename> and that
    9695           host system headers will not be searched.</para>
     96        </listitem>
     97      </varlistentry>
     98
     99      <varlistentry>
     100        <term><parameter>--disable-shared</parameter></term>
     101        <listitem>
     102          <para>This tells GCC not to create a shared library.</para>
    97103        </listitem>
    98104      </varlistentry>
  • BOOK/temp-system/64/binutils.xml

    r86735361 r852824db  
    5050
    5151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="../multilib/binutils.xml"
    53     xpointer="xpointer(//*[@os='ea'])"/>
    54 
    55     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5652    href="../common/binutils.xml"
    5753    xpointer="xpointer(//*[@os='be'])"/>
  • BOOK/temp-system/64/gmp.xml

    r86735361 r852824db  
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../multilib/gmp.xml"
     46    xpointer="xpointer(//*[@os='ba'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4549    href="../common/gmp.xml"
    4650    xpointer="xpointer(//*[@os='c'])"/>
  • BOOK/temp-system/common/bash.xml

    r86735361 r852824db  
    6363
    6464    <variablelist os="c">
    65       <title>The meaning of the configure option:</title>
     65      <title>The meaning of the new configure option:</title>
    6666
    6767      <varlistentry>
  • BOOK/temp-system/common/gettext.xml

    r86735361 r852824db  
    4141    --disable-shared --cache-file=config.cache</userinput></screen>
    4242
    43     <variablelist os="e">
    44       <title>The meaning of the configure options:</title>
     43    <para os="e">Compile the required programs and support library:</para>
    4544
    46       <varlistentry os="e1">
    47         <term><parameter>--disable-shared</parameter></term>
    48         <listitem>
    49           <para>This tells Gettext not to create a shared library.</para>
    50         </listitem>
    51       </varlistentry>
    52 
    53     </variablelist>
    54 
    55     <para os="f">Compile the required programs and support library:</para>
    56 
    57 <screen os="g"><userinput>make -C gnulib-lib
     45<screen os="f"><userinput>make -C gnulib-lib
    5846make -C src msgfmt msgmerge xgettext</userinput></screen>
    5947
    60     <para os="h">Install the <command>msgfmt</command>,
     48    <para os="g">Install the <command>msgfmt</command>,
    6149    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
    6250
    63 <screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     51<screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    6452
    6553  </sect2>
  • BOOK/temp-system/common/texinfo.xml

    r86735361 r852824db  
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
     32    <variablelist os="ba">
     33      <title>The meaning of the new configure option:</title>
     34
     35      <varlistentry>
     36        <term><parameter>PERL=/usr/bin/perl</parameter></term>
     37        <listitem>
     38          <para>This forces Texinfo to use
     39          <filename class="directory">/usr/bin</filename> as the location of
     40          <command>perl</command>, as some host systems may have it in
     41          <filename class="directory">/bin</filename>.</para>
     42        </listitem>
     43      </varlistentry>
     44
     45    </variablelist>
     46
    3247    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3348    href="../../final-system/common/texinfo.xml"
  • BOOK/temp-system/common/vim.xml

    r86735361 r852824db  
    8686      </varlistentry>
    8787
     88      <varlistentry>
     89        <term><parameter>--with-tlib=ncurses</parameter></term>
     90        <listitem>
     91          <para>Tells Vim to use Ncurses as its terminal library.</para>
     92        </listitem>
     93      </varlistentry>
     94
    8895    </variablelist>
    8996
  • BOOK/temp-system/multilib/binutils.xml

    r86735361 r852824db  
    4949    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    5050
    51     <variablelist os="ea">
    52       <title>The meaning of the new configure options:</title>
    53 
    54       <varlistentry>
    55         <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
    56         <listitem>
    57           <para>Tells the compiler to use our 64-bit build flags.</para>
    58         </listitem>
    59       </varlistentry>
    60 
    61     </variablelist>
    62 
    6351    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6452    href="../common/binutils.xml"
  • BOOK/temp-system/multilib/gettext.xml

    r86735361 r852824db  
    6464    xpointer="xpointer(//*[@os='h'])"/>
    6565
    66     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    67     href="../common/gettext.xml"
    68     xpointer="xpointer(//*[@os='i'])"/>
    69 
    7066  </sect2>
    7167
  • BOOK/temp-system/multilib/gmp.xml

    r86735361 r852824db  
    4242    --libdir=/tools/lib64 --enable-cxx</userinput></screen>
    4343
     44    <variablelist os="ba">
     45      <title>The meaning of the new configure option:</title>
     46
     47      <varlistentry>
     48        <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
     49        <listitem>
     50          <para>Tells the compiler to use our 64-bit build flags.</para>
     51        </listitem>
     52      </varlistentry>
     53
     54    </variablelist>
     55
    4456    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4557    href="../common/gmp.xml"
  • BOOK/temp-system/multilib/texinfo.xml

    r86735361 r852824db  
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3434    href="../common/texinfo.xml"
     35    xpointer="xpointer(//*[@os='ba'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/texinfo.xml"
    3539    xpointer="xpointer(//*[@os='c'])"/>
    3640
Note: See TracChangeset for help on using the changeset viewer.