Changeset b66e30f


Ignore:
Timestamp:
Feb 21, 2006, 1:22:37 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
db8d0c3
Parents:
694b637
Message:

r778@server (orig r776): jim | 2005-11-29 14:25:23 -0800

r831@server: jim | 2005-11-29 14:25:00 -0800
Text Updates fixing typos and xinclude issues


Files:
5 edited

Legend:

Unmodified
Added
Removed
  • boot/64/e2fsprogs.xml

    r694b637 rb66e30f  
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3838    href="../multilib/e2fsprogs.xml"
    39     xpointer="xpointer(//*[@os='aa'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    42     href="../common/e2fsprogs.xml"
    4339    xpointer="xpointer(//*[@os='aa'])"/>
    4440
  • boot/common/util-linux.xml

    r694b637 rb66e30f  
    6363    xpointer="xpointer(//*[@os='d'])"/>
    6464
    65 <screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no CPUOPT="" ARCH="" CPU=""</userinput></screen>
     65<screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
     66HAVE_SHADOW=no CPUOPT="" ARCH="" \
     67CPU=""</userinput></screen>
    6668
    6769    <variablelist os="bg">
     
    7981        <term><parameter>HAVE_SHADOW=no</parameter></term>
    8082        <listitem>
    81           <para>This do ... .</para>
     83          <para>This disables linking to shadow .</para>
    8284        </listitem>
    8385      </varlistentry>
     
    8688        <term><parameter>CPUOPT=""</parameter></term>
    8789        <listitem>
    88           <para>This do ... .</para>
     90          <para>This disables any compiler optimizations by CPU type.</para>
    8991        </listitem>
    9092      </varlistentry>
     
    9395        <term><parameter>ARCH=""</parameter></term>
    9496        <listitem>
    95           <para>This do ... .</para>
     97          <para>This disables the detection of the architecture.</para>
    9698        </listitem>
    9799      </varlistentry>
     
    100102        <term><parameter>CPU=""</parameter></term>
    101103        <listitem>
    102           <para>This do ... .</para>
     104          <para>This disables the detection of the CPU.</para>
    103105        </listitem>
    104106      </varlistentry>
     
    108110    <para os="bh">Install the package:</para>
    109111
    110 <screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no USE_TTY_GROUP=no CPUOPT="" ARCH="" CPU="" DESTDIR=${LFS} install</userinput></screen>
     112<screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \
     113USE_TTY_GROUP=no CPUOPT="" ARCH="" \
     114CPU="" DESTDIR=${LFS} install</userinput></screen>
    111115
    112116    <para os="bj">Now we will put a copy of mount in <filename
  • temp-system/common/bash.xml

    r694b637 rb66e30f  
    4949        <term><parameter>--with-curses</parameter></term>
    5050        <listitem>
    51           <para>This do ...</para>
     51          <para>This option allows linking to Ncurses.</para>
    5252        </listitem>
    5353      </varlistentry>
  • temp-system/sparc64-64/gcc.xml

    r694b637 rb66e30f  
    130130    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    131131    href="../x86/gcc.xml"
     132    xpointer="xpointer(//*[@os='co'])"/>
     133
     134    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     135    href="../x86/gcc.xml"
    132136    xpointer="xpointer(//*[@os='cp'])"/>
    133137
  • temp-system/sparc64/gcc.xml

    r694b637 rb66e30f  
    104104
    105105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    106     href="../x86_64/gcc.xml"
    107     xpointer="xpointer(//*[@os='db'])"/>
    108 
    109     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    110106    href="../x86/gcc.xml"
    111107    xpointer="xpointer(//*[@os='cm'])"/>
Note: See TracChangeset for help on using the changeset viewer.