aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-02 04:51:57 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-02 04:51:57 +0000
commit53315193788755aae6f2be447a47e87260b5c0a0 (patch)
tree70351617c32b6d5fab0a7746425964ca3d42b5cb /chapter06
parent318e3c85876b968f02389f4e102131fe231cfe1c (diff)
Yet more clarifying text re test suites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils-inst.xml4
-rw-r--r--chapter06/gcc-inst.xml4
-rw-r--r--chapter06/glibc-inst.xml4
3 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml
index a40b4c8a1..1da69e4a2 100644
--- a/chapter06/binutils-inst.xml
+++ b/chapter06/binutils-inst.xml
@@ -55,6 +55,10 @@ generates code that can be executed on PowerPC machines).</para>
<para><screen><userinput>make check</userinput></screen></para>
+<para>The test suite notes from the "Installing Binutils - Pass 2" section in
+Chapter 5 are still very much appropriate here. Be sure to refer back there
+should you have any doubts.</para>
+
<para>Install the package:</para>
<para><screen><userinput>make tooldir=/usr install</userinput></screen></para>
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index 909e6c0e2..ad84368ea 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -53,6 +53,10 @@ known ones):</para>
<para><screen><userinput>make -k check</userinput></screen></para>
+<para>The test suite notes from the "Installing GCC - Pass 2" section in Chapter
+5 are still very much appropriate here. Be sure to refer back there should you
+have any doubts.</para>
+
<para>And install the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index ce8db035a..ab2895e23 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -58,6 +58,10 @@ kernel headers into <filename>/usr/include</filename>.</para></listitem>
<para><screen><userinput>make check</userinput></screen></para>
+<para>The test suite notes from the "Installing Glibc" section in Chapter 5 are
+still very much appropriate here. Be sure to refer back there should you have
+any doubts.</para>
+
<para>And install the package:</para>
<para><screen><userinput>make install</userinput></screen></para>