Changeset 977c5d0 in clfs-sysroot


Ignore:
Timestamp:
Nov 25, 2006, 9:27:58 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
e55ca37
Parents:
902b43c
Message:

Text updates

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/glibc-headers.xml

    r902b43c r977c5d0  
    2424
    2525    <para os="s1">The following sed removes a dependency of gcc 3.4.x from
    26     the glibc we are using in cross-lfs. The reason we are changing it is
    27     because this only installs the headers, no compiling takes place. In the
     26    the Glibc we are using in Cross-LFS. The reason we are changing it is
     27    because this only installs the headers; no compiling takes place. In the
    2828    next Glibc chapter, we use the GCC that's built right after this chapter.</para>
    2929       
  • BOOK/final-system/common/iproute2.xml

    r902b43c r977c5d0  
    2626    <title>Installation of IPRoute2</title>
    2727
    28     <para os="s1">The following command prevents install from trying to strip the binaries</para>
     28    <para os="s1">The following command prevents <command>install</command>
     29    from trying to strip the binaries:</para>
    2930
    3031<screen os="s2"><userinput>for dir in ip misc tc; do
  • BOOK/final-system/common/man.xml

    r902b43c r977c5d0  
    7676sed "s@${CLFS}@@" conf_script.orig &gt; conf_script</userinput></screen>
    7777
    78     <para os="k">Build makemsg using the hosts gcc. It is executed during the build:</para>
     78    <para os="k">The <command>makemsg</command> program, in Man's source, is
     79    executed during the build. Compile it using the host's <command>gcc</command>:</para>
    7980
    8081<screen os="l"><userinput>gcc src/makemsg.c -o src/makemsg</userinput></screen>
  • BOOK/final-system/common/sysklogd.xml

    r902b43c r977c5d0  
    3131<screen os="b"><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
    3232
    33     <para os="s1">The following sed prevents chaning the owner of the installed man files and prevents install from trying to strip the installed binaries.</para>
     33    <para os="s1">The following sed prevents changing the owner of the
     34    installed man pages and prevents install from trying to strip the
     35    installed binaries:</para>
    3436
    3537<screen os="s2"><userinput>cp Makefile{,.orig}
  • BOOK/final-system/common/sysvinit.xml

    r902b43c r977c5d0  
    4040    src/init.c.orig &gt; src/init.c</userinput></screen>
    4141
    42     <para os="s1">The following sed makes changes in the Makefile required for cross-compiling</para>
     42    <para os="s1">The following sed makes changes in the Makefile required for cross-compiling:</para>
    4343
    4444<screen os="s2"><userinput>cp -v src/Makefile src/Makefile.orig
  • BOOK/final-system/common/vim.xml

    r902b43c r977c5d0  
    3939
    4040    <para os="p1">The following patch fixes numerous issues with
    41     cross-compiling vim</para>
     41    cross-compiling Vim:</para>
    4242
    4343<screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.