Changeset 01a7a8f


Ignore:
Timestamp:
Feb 21, 2006, 2:30:32 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
6eb4900
Parents:
a5d799a
Message:

r1177@server (orig r1175): chris | 2006-02-12 23:25:26 -0800
Various text updates

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • boot/common/util-linux.xml

    ra5d799a r01a7a8f  
    4646sed -e 's@/usr/include@/tools/include@g' configure.orig > configure</userinput></screen>
    4747
    48     <para os="bc">Util-linux installs uses <option>-o root</option>, the following
    49     <command>sed</command> removes that since we don't have users setup
    50     yet:</para>
     48    <para os="bc">The Util-linux installation uses <option>-o root</option>.
     49    The following <command>sed</command> removes that since we don't have
     50    users setup yet:</para>
    5151
    5252<screen os="bd"><userinput>cp -v MCONFIG{,.orig}
  • boot/ppc/yaboot-build.xml

    ra5d799a r01a7a8f  
    1313  <indexterm zone="ch-boot-yaboot-build">
    1414    <primary sortas="a-Yaboot">Yaboot</primary>
     15    <secondary>boot</secondary>
    1516  </indexterm>
    1617
    17   <sect2 role="package">
    18     <title/>
    19 
    20     <para>The Yaboot package contains a PowerPC Boot Loader for machines using
    21     OpenFirmware such as NewWorld Macintoshes.</para>
    22 
    23     <segmentedlist>
    24       <segtitle>&dependencies;</segtitle>
    25 
    26       <seglistitem>
    27         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
    28         Make, Ncurses, and Sed</seg>
    29       </seglistitem>
    30     </segmentedlist>
    31 
    32   </sect2>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     19  href="../../final-system/ppc/yaboot.xml"
     20  xpointer="xpointer(//*[@role='package'])"/>
    3321
    3422  <sect2 role="installation">
  • cross-tools/multilib/glibc-64bit.xml

    ra5d799a r01a7a8f  
    7575        <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    7676        <listitem>
    77           <para>Forces GLIBC to utilize our target architecture GCC utilizing
    78           the 64 BIT flags.</para>
     77          <para>Forces Glibc to utilize our target architecture GCC utilizing
     78          the 64 Bit flags.</para>
    7979        </listitem>
    8080      </varlistentry>
     
    8383        <term><parameter>--libdir=/tools/lib64</parameter></term>
    8484        <listitem>
    85           <para>Puts GLIBC into /tools/lib64 instead of /tools/lib.</para>
     85          <para>Puts Glibc into /tools/lib64 instead of /tools/lib.</para>
    8686        </listitem>
    8787      </varlistentry>
  • final-system/x86_64-64/glibc.xml

    ra5d799a r01a7a8f  
    124124
    125125    <screen><userinput>rm -v /lib/ld-linux.so.2
    126     cp -v /usr/bin/ldd{,.bak}
    127     sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
     126cp -v /usr/bin/ldd{,.bak}
     127sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
    128128
    129129    <para>Check the script to make sure the sed worked correctly, then delete
Note: See TracChangeset for help on using the changeset viewer.