diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-09 01:19:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-09 01:19:31 +0000 |
commit | 33d82368467378581cf67ecdec39de6456d44abf (patch) | |
tree | a22fe4562e3897da162713a7f20d2fafbc0eaf6b | |
parent | bf1c6eeaeeaf1f32d0723f69edbf843ddca6e9c6 (diff) |
Simplify glibc testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/glibc.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 031408e4d..c9cee268c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ </listitem> --> <listitem> + <para>2014-09-09</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Simplify glibc testing.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-09-08</para> <itemizedlist> <listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d8b509895..5c168b03b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -108,8 +108,7 @@ cd ../glibc-build</userinput></screen> <para>Generally a few tests do not pass, but you can generally ignore any of the test failures listed below. Now test the build results:</para> -<screen><userinput remap="test">make check 2>&1 | tee glibc-check-log -grep Error glibc-check-log</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>You will probably see some test failures. The Glibc test suite is somewhat dependent on the host system. This is a list of the most common diff --git a/general.ent b/general.ent index 07951ed6b..7fd6f3ef8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "SVN-20140908"> +<!ENTITY version "SVN-20140909"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "September 8, 2014"> +<!ENTITY releasedate "September 9, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.6"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |