diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 6 | ||||
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 3 | ||||
-rw-r--r-- | chapter05/lockingglibc.xml | 3 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 3 |
4 files changed, 15 insertions, 0 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 9215451f6..8ceb64537 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -87,9 +87,15 @@ You'll see how this preparation is used later on in the chapter.</para></listitem> </itemizedlist> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + <warning><para>Do not yet remove the Binutils build and source directories. You will need them again in their current state a bit further on in this chapter.</para></warning> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect2> diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 4192408ff..58c4e0e76 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -60,5 +60,8 @@ make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen> We'll need these directories again in the next chapter in the state they are in now.</para></warning> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect2> diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index bcb0667ec..02ba66b3c 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -85,6 +85,9 @@ different.</para> <screen><userinput>rm dummy.c a.out</userinput></screen> </caution> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + <para>This completes the installation of the self-contained toolchain, and it can now be used to build the rest of the temporary tools.</para> diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 856b31032..b6deaa66f 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -56,5 +56,8 @@ throughout the book.</para> <filename>tcl&tcl-version;</filename> source directory yet, as the next package will need its internal headers.</para></caution> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect2> |