diff options
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index f45e4a413..c9e84fc51 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -702,7 +702,7 @@ <segtitle>&testsuites;</segtitle> <seglistitem> - <seg>None</seg> + <seg>File</seg> </seglistitem> </segmentedlist> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a4193d8bd..2e4e9da9a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,7 +41,12 @@ <para>2010-02-17</para> <itemizedlist> <listitem> - <para>[bdubbs] Update known failure problems in glibc tests.</para> + <para>[bdubbs] Put file before glibc in chapter 6 for better test + coverage. Fixes <ulink url="&lfs-ticket-root;2568">#2568</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] Update known failure problems in glibc tests. + Fixes <ulink url="&lfs-ticket-root;2569">#2569</ulink>.</para> </listitem> </itemizedlist> </listitem> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 4529b2728..7b34fca68 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -25,6 +25,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkg-config.xml"/> @@ -47,7 +48,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="automake.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bzip2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/> |