aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-02-25 21:53:58 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-02-25 21:53:58 +0000
commit2dea807cd3689fe02929ad264dca5b2ee592af96 (patch)
treeeda8c97827c070919a46353af06ad75373c38efc
parentf6dd9ab947de097b37a7fff82e7789d6d9ffa6de (diff)
LFS-8.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11197 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/findutils.xml2
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>