Changeset 28b40e2 for chapter05


Ignore:
Timestamp:
08/01/2006 06:27:35 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
2f494dc
Parents:
4a316ba
Message:

Finished the PDF fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    r4a316ba r28b40e2  
    4242unset SPECFILE</userinput></screen>
    4343
    44   <para>It is recommended that the above command be copy-and-pasted in order to
    45   ensure accuracy. Alternatively, the specs file can be edited by hand. This is
     44  <para><phrase condition="html">It is recommended that the above command be copy-and-pasted in order to
     45  ensure accuracy. </phrase>Alternatively, the specs file can be edited by hand. This is
    4646  done by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with
    4747  <quote>/tools/lib/ld-linux.so.2</quote></para>
     
    6868  headers can safely be removed. This helps to avoid any host headers
    6969  polluting the build environment. Run the following commands to remove the
    70   header files in GCC's private include directory (you may find it easier to
     70  header files in GCC's private include directory<phrase condition="html"> (you may find it easier to
    7171  copy and paste these commands, rather than typing them by hand, due to
    72   their length):</para>
     72  their length)</phrase>:</para>
    7373
    7474<!-- && used to ease copy and pasting -->
  • chapter05/binutils-pass1.xml

    r4a316ba r28b40e2  
    9898<screen><userinput>make install</userinput></screen>
    9999
     100    <beginpage/>
     101
    100102    <para>Next, prepare the linker for the <quote>Adjusting</quote> phase
    101103    later on:</para>
  • chapter05/gcc-pass2.xml

    r4a316ba r28b40e2  
    9191<screen><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    9292
     93    <beginpage/>
     94
    9395    <para>The above patch also removes <filename
    9496    class="directory">/usr/include</filename> from GCC's include search path.
  • chapter05/glibc.xml

    r4a316ba r28b40e2  
    103103          installed to the tools directory, so that it knows exactly what
    104104          features the kernel has and can optimize itself accordingly.</para>
     105          <beginpage/>
    105106        </listitem>
    106107      </varlistentry>
  • chapter05/tcl.xml

    r4a316ba r28b40e2  
    7575<screen><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
    7676
     77    <beginpage/>
     78
    7779  </sect2>
    7880
Note: See TracChangeset for help on using the changeset viewer.