Add some whitespace adjustments.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-13 03:57:33 +00:00
parent 1b62790af7
commit 05946986d0
4 changed files with 12 additions and 2 deletions

View File

@ -53,6 +53,9 @@ chapter:</para>
<screen><userinput>make -C ld clean <screen><userinput>make -C ld clean
make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen> make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen>
<!-- HACK - Force some whitespace to appease tidy -->
<literallayout></literallayout>
<warning><para>Do not yet remove the Binutils source and build directories. <warning><para>Do not yet remove the Binutils source and build directories.
We'll need these directories again in the next chapter in the state they are in We'll need these directories again in the next chapter in the state they are in
now.</para></warning> now.</para></warning>

View File

@ -46,6 +46,9 @@ following commands to eliminate this possibility:</para>
<screen><userinput>rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> <screen><userinput>rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
<!-- HACK - Force some whitespace to appease tidy -->
<literallayout></literallayout>
<caution><para>It is imperative at this point to stop and ensure that the basic <caution><para>It is imperative at this point to stop and ensure that the basic
functions (compiling and linking) of the new toolchain are working as expected. functions (compiling and linking) of the new toolchain are working as expected.
For this we are going to perform a simple sanity check:</para> For this we are going to perform a simple sanity check:</para>

View File

@ -46,8 +46,12 @@ throughout the book.</para>
<screen><userinput>make install</userinput></screen> <screen><userinput>make install</userinput></screen>
<para>Make a necessary symbolic link:</para> <para>Make a necessary symbolic link:</para>
<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen> <screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
<!-- HACK - Force some whitespace to appease tidy -->
<literallayout></literallayout>
<caution><para>Do not remove the <caution><para>Do not remove the
<filename>tcl&tcl-version;</filename> source directory yet, as the next package <filename>tcl&tcl-version;</filename> source directory yet, as the next package
will need its internal headers.</para></caution> will need its internal headers.</para></caution>

View File

@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20031012"> <!ENTITY version "20031013">
<!ENTITY releasedate "October 12th, 2003"> <!ENTITY releasedate "October 13th, 2003">
<!ENTITY nbsp " "> <!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">