diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-07 14:22:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-07 14:22:53 +0000 |
commit | c4cd0ccc1bbf4a02a6b41d32ede3bf0c8992fa9a (patch) | |
tree | 70fa470b4b8232bb5e187f4a60a5cad72f4339ab /chapter05 | |
parent | 0e0b41a476ff55a1f66a5a6b6eec18948def808f (diff) |
Comment out text about tests in Chapter 5 glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index b7df04edf..3a1dd793c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -173,6 +173,7 @@ esac</userinput></screen> <screen><userinput remap="make">make</userinput></screen> +<!-- <para>This package does come with a test suite, however, it cannot be run at this time because we do not have a C++ compiler yet.</para> @@ -186,7 +187,7 @@ esac</userinput></screen> the Glibc locales anyway, use instructions from <xref linkend="ch-system-glibc" role="."/></para> </note> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |