diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-02 06:03:29 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-02 06:03:29 +0000 |
commit | e4df1fcaf7d8bbbd87c3a55a36a911eb3df7b0dc (patch) | |
tree | 67a27811a89bc0c5c20819d25ec737316150d0ee /chapter05 | |
parent | 53315193788755aae6f2be447a47e87260b5c0a0 (diff) |
Add more clarifying notes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 6 | ||||
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 7ac9f31c3..70b4abff8 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -81,9 +81,9 @@ variable specifies the linker's default library search path. You'll see how this preparation is utilised later on in the chapter.</para></listitem> </itemizedlist> -<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></caution> +<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> </sect2> diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 35bdae13d..7b46d7ce8 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -54,9 +54,9 @@ chapter:</para> <para><screen><userinput>make -C ld clean make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para> -<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></caution> +<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> </sect2> |