diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-26 22:23:57 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-26 22:23:57 +0000 |
commit | daaa09419c0987d6e4167110c26224d43676b53a (patch) | |
tree | 13b76a0ff729378db10fc6449a03fef20a43c778 /chapter05 | |
parent | 17476c5481ff8ebced096511eb66134c68f6f042 (diff) |
Making references to the Wiki and Richard's References page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2.xml | 8 | ||||
-rw-r--r-- | chapter05/tcl.xml | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 314f88019..f25add08b 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -29,10 +29,10 @@ system is set up correctly in this regard by performing a simple test:</para> <blockquote><screen>The system has no more ptys. Ask your system administrator to create more.</screen></blockquote> <para>Your host distribution is not set up for proper PTY operation. In this -case there is no point in running the test suites for GCC and Binutils until you -are able to resolve the issue. You can consult the LFS Wiki at -<ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to -get PTYs working.</para> +case there is no point in running the test suites for GCC and Binutils until +you are able to resolve the issue. You can consult the LFS Wiki at +<ulink url="&wiki-root;"/> for more information on how to get PTYs +working.</para> <para>This time we will build both the C and the C++ compilers, so you'll have to unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 73d080f4c..92250ecec 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -51,10 +51,9 @@ exercised correctly. More information on the TZ environment variable will be given later on in <xref linkend="chapter07"/>.</para></listitem> </itemizedlist> -<para>Sometimes, package test suites will give false failures. You can -consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org/"/> -to verify that these failures are normal. This applies to all tests -throughout the book.</para> +<para>Sometimes package test suites will give false failures. You can +consult the LFS Wiki at <ulink url="&wiki-root;"/> to verify that these +failures are normal. This applies to all tests throughout the book.</para> <para>Install the package:</para> |