diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-11 22:02:32 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-11 22:02:32 +0000 |
commit | a0b689e8b09aaef27c73a8728aa3341f652bc098 (patch) | |
tree | 526d45f42b46f42ddb2b792285a2b0e3ba6d30d6 /chapter05/binutils-pass2.xml | |
parent | c91dd5bfd04b3188fd81bfe9c93d4a6985fdc0d5 (diff) |
Adapting the title of the 'Locking in' section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index e696c986b..b77e9dac5 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -58,7 +58,7 @@ should be easy to spot. The output shown will contain something like:</para> <screen><userinput>make install</userinput></screen> -<para>Now prepare Binutils for the re-adjusting of the toolchain in the next +<para>Now prepare the linker for the "Re-adjusting" phase in the next chapter:</para> <screen><userinput>make -C ld clean @@ -67,9 +67,9 @@ 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> +<warning><para><emphasis>Do not yet remove</emphasis> the Binutils source and +build directories. You will 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> |