Changeset 0b5096ca


Ignore:
Timestamp:
04/12/2005 07:42:57 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
19d6aec
Parents:
b750f7c2
Message:

PDF fixes in chapter05

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

Location:
chapter05
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    rb750f7c2 r0b5096ca  
    6969<screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
    7070
     71<beginpage/>
     72
    7173<caution><para>At this point, it is imperative to stop and ensure that
    7274the basic functions (compiling and linking) of the new toolchain are
  • chapter05/coreutils.xml

    rb750f7c2 r0b5096ca  
    5555<para>To test the results, issue: <userinput>make
    5656RUN_EXPENSIVE_TESTS=yes check</userinput>.  The
    57 <parameter>RUN_EXPENSIVE_TESTS=yes</parameter> parameter tells the
    58 test suite to run several additional tests that are considered
     57<parameter condition="html">RUN_EXPENSIVE_TESTS=yes</parameter>
     58<parameter condition="pdf">RUN_EXPENSIVE_ TESTS=yes</parameter>
     59parameter tells the test suite to run several additional tests that are considered
    5960relatively expensive (in terms of CPU power and memory usage) on some
    6061platforms, but generally are not a problem on Linux.</para>
  • chapter05/expect.xml

    rb750f7c2 r0b5096ca  
    8383<para>The source directories of both Tcl and Expect can now be removed.</para>
    8484
     85<beginpage/>
     86
    8587</sect2>
    8688
  • chapter05/gcc-pass1.xml

    rb750f7c2 r0b5096ca  
    4949    --libexecdir=/tools/lib --with-local-prefix=/tools \
    5050    --disable-nls --enable-shared --enable-languages=c</userinput></screen>
    51 
     51   
    5252<para>The meaning of the configure options:</para>
    5353
     
    8484
    8585<screen><userinput>make bootstrap</userinput></screen>
     86
     87<beginpage/>
    8688
    8789<para>The meaning of the make parameters:</para>
  • chapter05/gcc-pass2.xml

    rb750f7c2 r0b5096ca  
    165165earlier.</para>
    166166
     167<beginpage/>
     168
    167169<para>Compilation is now complete. As previously mentioned, running
    168170the test suites for the temporary tools compiled in this chapter is
  • chapter05/glibc.xml

    rb750f7c2 r0b5096ca  
    7979<listitem><para>While not required, this switch ensures that there are
    8080no errors pertaining to which Binutils programs get used during the
    81 Glibc build.</para></listitem>
     81Glibc build.</para><beginpage/></listitem>
    8282</varlistentry>
    8383
     
    152152issuing a <command>make -k check</command> command. If using this option, be sure to log the
    153153output so that the log file can be examined for failures later.</para>
     154
     155<beginpage/>
    154156
    155157<para>The install stage of Glibc will issue a harmless warning at the
  • chapter05/tcl.xml

    rb750f7c2 r0b5096ca  
    7171<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
    7272
     73<beginpage/>
     74
    7375</sect2>
    7476
  • chapter05/toolchaintechnotes.xml

    rb750f7c2 r0b5096ca  
    8181before too much additional work is performed.</para>
    8282
     83<beginpage/>
     84
    8385<para>Binutils installs its assembler and linker in two locations,
    8486<filename class="directory">/tools/bin</filename> and <filename
     
    168170class="directory">/tools</filename>.</para>
    169171
     172<beginpage/>
     173
    170174<para>Upon entering the chroot environment in <xref
    171175linkend="chapter-building-system"/>, the first major package to be
Note: See TracChangeset for help on using the changeset viewer.