diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 06:00:35 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 06:00:35 +0000 |
commit | f861982929d526b7628fc1a6f19386c665f28e31 (patch) | |
tree | 259c0150e454b1d186c75fb56f00fb9c3efe10a6 /chapter05/gcc-pass2-inst.xml | |
parent | f57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (diff) |
Miscellaneous fixes and cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 7 |
1 files changed, 4 insertions, 3 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> |