Changeset 0b637f1


Ignore:
Timestamp:
Feb 21, 2006, 2:26:47 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
eb55250
Parents:
0f46747
Message:

r1165@server (orig r1163): chris | 2006-02-10 10:54:48 -0800
Added -v to more pages in cross-tools and temp-system, and other text fixes (including adding xincludes where possible)

Location:
BOOK
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/sparc/binutils.xml

    r0f46747 r0b637f1  
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    29     <para os="ba">To make sure that the proper syntax is used for a couple of
    30     tools, apply the following patch:</para>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/binutils.xml"
     31    xpointer="xpointer(//*[@os='ba'])"/>
    3132
    32 <screen os="bb"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen>
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/binutils.xml"
     35    xpointer="xpointer(//*[@os='bb'])"/>
    3336
    3437    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparcv8/glibc.xml

    r0f46747 r0b637f1  
    3232
    3333<screen os="l2"><userinput>cd ..
    34 tar jxvf glibc-ports-&glibc-ports-version;.tar.bz2
     34tar -jxvf glibc-ports-&glibc-ports-version;.tar.bz2
    3535cd glibc-ports-&glibc-ports-version;
    36 mv linuxthreads* ../glibc-&glibc-version;
     36mv -v linuxthreads* ../glibc-&glibc-version;
    3737cd ../glibc-&glibc-version;</userinput></screen>
    3838
  • BOOK/cross-tools/x86/gcc-final.xml

    r0f46747 r0b637f1  
    6666    so it doesn't pick up the host's header files:</para>
    6767
    68 <screen os="be"><userinput>cp configure{,.orig}
     68<screen os="be"><userinput>cp -v configure{,.orig}
    6969sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen>
    7070
  • BOOK/cross-tools/x86/gcc-static.xml

    r0f46747 r0b637f1  
    5151    include search path to use <filename class="directory">/tools</filename> only:</para>
    5252
    53 <screen os="aj"><userinput>cp gcc/Makefile.in{,.orig}
     53<screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
    5454sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \
    5555 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
  • BOOK/cross-tools/x86_64/gcc-final.xml

    r0f46747 r0b637f1  
    6666    so wrong architecture libraries are not picked up as -B is not expanded by the multilib spec.:</para>
    6767
    68 <screen os="be"><userinput>cp configure{,.orig}
     68<screen os="be"><userinput>cp -v configure{,.orig}
    6969sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen>
    7070
  • BOOK/cross-tools/x86_64/gcc-static.xml

    r0f46747 r0b637f1  
    8989    xpointer="xpointer(//*[@os='am'])"/>
    9090
    91     <para>Continue with compiling the package:</para>
     91    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     92    href="../x86/gcc-static.xml"
     93    xpointer="xpointer(//*[@os='an'])"/>
    9294
    93 <screen><userinput>make all-gcc</userinput></screen>
     95    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     96    href="../x86/gcc-static.xml"
     97    xpointer="xpointer(//*[@os='ao'])"/>
    9498
    95     <para>Install the package:</para>
     99    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     100    href="../x86/gcc-static.xml"
     101    xpointer="xpointer(//*[@os='ap'])"/>
    96102
    97 <screen><userinput>make install-gcc</userinput></screen>
     103    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     104    href="../x86/gcc-static.xml"
     105    xpointer="xpointer(//*[@os='aq'])"/>
    98106
    99107  </sect2>
  • BOOK/final-system/common/glibc.xml

    r0f46747 r0b637f1  
    269269
    270270  <sect2 id="conf-ld" role="configuration">
    271     <title>Configuring Dynamic Loader</title>
     271    <title>Configuring The Dynamic Loader</title>
    272272
    273273    <indexterm zone="conf-ld">
  • BOOK/introduction/common/changelog.xml

    r0f46747 r0b637f1  
    7575should be the first package compiled to a more appopriate location at
    7676the first installation of binutils, and changed the wording in
    77 temp-system glibc</para>
     77temp-system gettext.</para>
    7878        </listitem>
    7979        <listitem>
  • BOOK/temp-system/common/bzip2.xml

    r0f46747 r0b637f1  
    2626    a multi-architecture build:</para>
    2727
    28 <screen os="cb"><userinput>cp Makefile{,.orig}
     28<screen os="cb"><userinput>cp -v Makefile{,.orig}
    2929sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile</userinput></screen>
    3030
  • BOOK/temp-system/common/gzip.xml

    r0f46747 r0b637f1  
    2626    tools:</para>
    2727
    28 <screen os="ab"><userinput>cp configure{,.orig}
     28<screen os="ab"><userinput>cp -v configure{,.orig}
    2929sed -e "s@nm conftest@${LFS_TARGET}-&amp;@" configure.orig > configure</userinput></screen>
    3030
  • BOOK/temp-system/multilib/bzip2.xml

    r0f46747 r0b637f1  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="cc"><userinput>make CC="${CC} ${BUILD64}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen>
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../64/bzip2.xml"
     39    xpointer="xpointer(//*[@os='cc'])"/>
    3840
    3941    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/sparc64/gcc.xml

    r0f46747 r0b637f1  
    118118    href="../x86/gcc.xml"
    119119    xpointer="xpointer(//*[@os='cp'])"/>
    120     <para>Install the package:</para>
    121120
    122121    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/x86/gcc.xml

    r0f46747 r0b637f1  
    5050    <filename class="directory">/usr/include</filename>:</para>
    5151
    52 <screen os="ce"><userinput>cp gcc/cppdefault.c{,.orig}
     52<screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
    5353sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \
    5454   gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
     
    5757    process for system headers, so it won't look at the host's headers:</para>
    5858
    59 <screen os="cg"><userinput>cp gcc/Makefile.in{,.orig}
     59<screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
    6060sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
    6161   gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     
    6464    <command>xgcc</command>:</para>
    6565
    66 <screen os="ci"><userinput>cp gcc/mklibgcc.in{,.orig}
     66<screen os="ci"><userinput>cp -v gcc/mklibgcc.in{,.orig}
    6767sed -e "s@\./xgcc@/cross-tools/bin/${CC}@g" \
    6868   gcc/mklibgcc.in.orig > gcc/mklibgcc.in</userinput></screen>
     
    120120    xpointer="xpointer(//*[@os='w'])"/>
    121121
    122 <screen os="cq"><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
     122<screen os="cq"><userinput>ln -sv gcc /tools/bin/cc</userinput></screen>
    123123
    124124  </sect2>
  • BOOK/temp-system/x86_64-64/gcc.xml

    r0f46747 r0b637f1  
    139139    We also delete the /tools/lib64 directory:</para>
    140140
    141 <screen os="dq"><userinput>cp -ar /tools/lib64/* /tools/lib
    142 rm -rf /tools/lib64</userinput></screen>
     141<screen os="dq"><userinput>cp -var /tools/lib64/* /tools/lib
     142rm -rvf /tools/lib64</userinput></screen>
    143143
    144144    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/x86_64/gcc.xml

    r0f46747 r0b637f1  
    7575    not the native compiler <command>gcc</command> builds now.</para>
    7676
    77 <screen os="db"><userinput>cp gcc/Makefile.in{,.orig2}
     77<screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
    7878sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \
    7979   gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.