diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 18:00:03 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 18:00:03 +0000 |
commit | 72730c35f59be80aeeddcefb2ac8bab15432c9a2 (patch) | |
tree | 7c2c58bc53e7078d5f540ea255aa3a3fc95602e2 /chapter05 | |
parent | f200be17df1f20f8aa69625dfc72bde701f9619f (diff) |
Added caution block around binutils keep source around instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 4 | ||||
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 00a5c340d..799f7ad00 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -59,9 +59,9 @@ on:</para> <para><screen><userinput>make -C ld clean make -C ld LIB_PATH=/tools/lib</userinput></screen></para> -<para><emphasis>Do not yet remove</emphasis> the Binutils build and source +<caution><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> +in this chapter.</para></caution> </sect2> diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 384c8f455..3bd5f1d4b 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -34,9 +34,9 @@ next chapter:</para> <para><screen><userinput>make -C ld clean make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para> -<para><emphasis>Do not yet remove</emphasis> the Binutils source and build +<caution><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> +state they are in now.</para></caution> </sect2> |