Changeset 917647cd for BOOK


Ignore:
Timestamp:
Nov 30, 2015, 1:17:49 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
cc9f07c
Parents:
be2644f5
Message:

Updated command explanations for several packages

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/glibc-n32.xml

    rbe2644f5 r917647cd  
    6464        <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
    6565        <listitem>
    66           <para>This changes the location of the <command>getconf</command>
    67           program from its default of <filename
     66          <para>This changes the location for hard links to the
     67          <command>getconf</command> utility from their default of <filename
    6868          class="directory">/usr/libexec</filename> to <filename
    6969          class="directory">/usr/lib32/glibc</filename>.</para>
  • BOOK/final-system/multilib/glibc-64bit.xml

    rbe2644f5 r917647cd  
    6464        <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
    6565        <listitem>
    66           <para>This changes the location of the <command>getconf</command>
    67           utility from its default of <filename
     66          <para>This changes the location for hard links to the
     67          <command>getconf</command> utility from their default of <filename
    6868          class="directory">/usr/libexec</filename> to <filename
    6969          class="directory">/usr/lib64/glibc</filename>.</para>
  • BOOK/final-system/ppc64/glibc-64bit.xml

    rbe2644f5 r917647cd  
    5757    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    5858
    59     <variablelist os="i">
    60       <title>The meaning of the new configure option:</title>
    61 
    62       <varlistentry>
    63         <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
    64         <listitem>
    65           <para>This changes the location of the <command>getconf</command>
    66           utility from its default of <filename
    67           class="directory">/usr/libexec</filename> to <filename
    68           class="directory">/usr/lib64/glibc</filename>.</para>
    69         </listitem>
    70       </varlistentry>
    71     </variablelist>
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../multilib/glibc-64bit.xml"
     61    xpointer="xpointer(//*[@os='i'])"/>
    7262
    7363    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/x86_64-64/glibc.xml

    rbe2644f5 r917647cd  
    6666    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6767
    68     <variablelist os="i">
    69       <title>The meaning of the new configure option:</title>
    70 
    71       <varlistentry>
    72         <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
    73         <listitem>
    74           <para>This changes the location of the <command>getconf</command>
    75           utility from its default of <filename
    76           class="directory">/usr/libexec</filename> to <filename
    77           class="directory">/usr/lib/glibc</filename>.</para>
    78         </listitem>
    79       </varlistentry>
    80     </variablelist>
     68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     69    href="../common/glibc.xml"
     70    xpointer="xpointer(//*[@os='i'])"/>
    8171
    8272    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    rbe2644f5 r917647cd  
    4444          option from final-system GCC installation.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[Chris] - Updates to command explanations.</para>
     48        </listitem>
    4649      </itemizedlist>
    4750    </listitem>
  • BOOK/temp-system/common/gcc.xml

    rbe2644f5 r917647cd  
    8080
    8181      <varlistentry os="cl1">
    82         <term><parameter>--disable-libstdcxx-pch</parameter></term>
     82        <term><parameter>--enable-install-libiberty</parameter></term>
    8383        <listitem>
    84           <para>Do not build the pre-compiled header (PCH) for
    85           <filename class="libraryfile">libstdc++</filename>. It takes
    86           up a lot of space, and we have no use for it.</para>
     84          <para>Allows GCC to build and install
     85          <filename class="libraryfile">libiberty.a</filename>
     86          and its associated headers. This library is needed for some packages
     87          to compile.</para>
    8788        </listitem>
    8889      </varlistentry>
  • BOOK/temp-system/common/ncurses.xml

    rbe2644f5 r917647cd  
    4646        <listitem>
    4747          <para>This tells Ncurses to create a shared library.</para>
    48         </listitem>
    49       </varlistentry>
    50 
    51       <varlistentry>
    52         <term><parameter>--without-debug</parameter></term>
    53         <listitem>
    54           <para>This tells Ncurses not to build with debug information.</para>
    5548        </listitem>
    5649      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.