diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/findutils.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a455cda93..ec389dba6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,10 +42,14 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem> <para>2017-02-25</para> <itemizedlist> <listitem> + <para>[bdubbs] - LFS-8.0 released.</para> + </listitem> + <listitem> <para>[ken] - Comment out the test-lock test in coreutils, findutils, gettext because on some machines it now loops forever.</para> diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 4c9e1da8d..151088d8d 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -48,7 +48,7 @@ picked up in this package --> <para>First, suppress a test which on some machines can loop forever:</para> -<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> <para>Prepare Findutils for compilation:</para> |