mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Simplify glibc testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bf1c6eeaee
commit
33d8236846
@ -35,6 +35,15 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -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
|
||||
|
@ -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}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user