Browse Source

LFS-8.0

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11197 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 years ago
parent
commit
2dea807cd3
2 changed files with 5 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/findutils.xml

+ 4 - 0
chapter01/changelog.xml

@@ -42,9 +42,13 @@
     <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

+ 1 - 1
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>