aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass2-inst.xml7
-rw-r--r--chapter05/glibc-inst.xml4
2 files changed, 6 insertions, 5 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index 59ad50285..5ed463704 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -153,9 +153,10 @@ to continue on.</para>
<para><screen><userinput>make install</userinput></screen></para>
<note><para>At this point it is strongly recommended to repeat the sanity check
-we performed earlier in the chapter. Refer back to the "Locking in" Glibc section
-and repeat the check. If the results are wrong then most likely, you forgot to
-apply the above mentioned GCC Specs patch.</para></note>
+we performed earlier in the chapter. Refer back to
+<xref linkend="ch05-locking-glibc"/> and repeat the check. If the results are
+wrong then most likely, you forgot to apply the above mentioned GCC Specs
+patch.</para></note>
</sect2>
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml
index 492e5e762..a6f9340fd 100644
--- a/chapter05/glibc-inst.xml
+++ b/chapter05/glibc-inst.xml
@@ -5,8 +5,8 @@
<para>Before starting to install Glibc, you must <userinput>cd</userinput>
into the <filename>glibc-&glibc-version;</filename> directory and unpack
-Glibc-linuxthreads in that directory, not in <filename>/usr/src</filename> as
-you would normally do.</para>
+Glibc-linuxthreads in that directory, not in <filename>$LFS/tools/src</filename>
+as you would normally do.</para>
<note><para>We are going to run the test suite for Glibc in this chapter.
However, it's worth pointing out that the Glibc test suite we run in this