aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass2-inst.xml3
-rw-r--r--chapter05/lockingglibc.xml3
-rw-r--r--chapter05/tcl-inst.xml4
3 files changed, 10 insertions, 0 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index 22175648d..4192408ff 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -53,6 +53,9 @@ chapter:</para>
<screen><userinput>make -C ld clean
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.
We'll need these directories again in the next chapter in the state they are in
now.</para></warning>
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml
index 215e7567e..0f62d8f66 100644
--- a/chapter05/lockingglibc.xml
+++ b/chapter05/lockingglibc.xml
@@ -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>
+<!-- HACK - Force some whitespace to appease tidy -->
+<literallayout></literallayout>
+
<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.
For this we are going to perform a simple sanity check:</para>
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml
index b20a2c173..856b31032 100644
--- a/chapter05/tcl-inst.xml
+++ b/chapter05/tcl-inst.xml
@@ -46,8 +46,12 @@ throughout the book.</para>
<screen><userinput>make install</userinput></screen>
<para>Make a necessary symbolic link:</para>
+
<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
<filename>tcl&tcl-version;</filename> source directory yet, as the next package
will need its internal headers.</para></caution>