diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-06 01:03:26 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-06 01:03:26 +0000 |
commit | 076ddfe40d5f38933668d83ca59f6b376a6de49b (patch) | |
tree | 4ac7d737b54a894e7ec8ee472ad22bc1ffe1b151 /chapter05/gcc-pass2-inst.xml | |
parent | 5765b1dfabff0fa23b3f76790f091e1dd64b1840 (diff) |
Fix my stuffup re placement of repeat sanity checks. What was I thinking?
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index c6de96260..41053728d 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -107,11 +107,6 @@ needed to ensure that both C and C++ compilers are built.</para></listitem> as the compiler we're using to compile this GCC was built from the exact same version of the GCC sources we used earlier.</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 abovementioned GCC Specs patch.</para></note> - <para>Test the results:</para> <para><screen><userinput>make -k check</userinput></screen></para> @@ -157,5 +152,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 abovementioned GCC Specs patch.</para></note> + </sect2> |