diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-01 11:14:11 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-01 11:14:11 +0000 |
commit | bd10d482480b7ce74c00c400019d93a4f48fedd2 (patch) | |
tree | 98c535aa2e1b359c62e7c990c1987adfef3835de /chapter05/binutils-pass2-inst.xml | |
parent | a6ab2e7cb75d36f5292e2764bc66208024b9081f (diff) |
Add some clarifying text re test suites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2912 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2-inst.xml')
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 0f465ba12..d4c4bae67 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -33,7 +33,8 @@ variables that override the default optimization flags.</para> <para><screen><userinput>make </userinput></screen></para> -<para>Test the results (nothing should fail here):</para> +<para>Test the results (there should be no unexpected failures here, expected +failures are fine):</para> <para><screen><userinput>make check</userinput></screen></para> |