Explorar o código

Yet more clarifying text re test suites.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer %!s(int64=22) %!d(string=hai) anos
pai
achega
5331519378

+ 6 - 0
chapter05/binutils-pass2-inst.xml

@@ -38,6 +38,12 @@ failures are fine):</para>
 
 <para><screen><userinput>make check</userinput></screen></para>
 
+<para>Unfortunately, there is no easy way to view the test results summary like
+there was for the previous GCC package. However, if a failure occurs here, it
+should be easy to spot. The output shown will contain something like:</para>
+
+<blockquote><screen>make[1]: *** [check-binutils] Error 2</screen></blockquote>
+
 <para>And install the package:</para>                                              
 
 <para><screen><userinput>make install</userinput></screen></para>

+ 5 - 0
chapter05/creatingstage1dir.xml

@@ -29,5 +29,10 @@ and linker will work both in this chapter (when we are still using some tools
 from the host) <emphasis>and</emphasis> in the next (when we are chrooted to
 the LFS partition).</para>
 
+<note><para>Study the above command closely. It can be confusing at first
+glance. The <userinput>ln</userinput> command has several syntax variations so
+be sure to check the ln man page before reporting what you may think is an
+error.</para></note>
+
 </sect1>
 

+ 4 - 0
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>

+ 4 - 0
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>

+ 4 - 0
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>