Selaa lähdekoodia

Update to upstream r11887

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Pierre Labastie 5 vuotta sitten
vanhempi
commit
aa990c980f
2 muutettua tiedostoa jossa 13 lisäystä ja 2 poistoa
  1. 11 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/bash.xml

+ 11 - 0
chapter01/changelog.xml

@@ -57,6 +57,17 @@
     <listitem>
       <para>2020-05-29</para>
       <itemizedlist>
+        <listitem>
+          <para>[xry111] - Move flex earlier in chapter 6, so that binutils
+          can use it.</para>
+        </listitem>
+        <listitem>
+          <para>[xry111] - Remove bzip2 and flex from chapter 5.</para>
+        </listitem>
+        <listitem>
+          <para>[xry111] - Move zstd earlier in chapter 6, so that file and
+          GCC can use it.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Run sed and findutils tests as an
           unprivileged user. Fixes

+ 2 - 2
chapter06/bash.xml

@@ -83,14 +83,14 @@
 <screen><userinput remap="test">su tester &lt;&lt; EOF
 PATH=$PATH make tests &lt; $(tty)
 EOF</userinput></screen>
-
+<!--
     <para>The <systemitem class="username">tester</systemitem>
     user does not have enough permissions for all the tests to pass. This shows
     up in some <quote>diff</quote> output in four test results. Portions of the 
     run-execscript, run-lastpipe, run-read, and run-test programs
     are known to fail in the LFS chroot environment, but pass if the tests
     are run in a full system.</para>
-
+-->
     <para>Install the package and move the main executable to
     <filename class='directory'>/bin</filename>:</para>