aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-06-01 14:30:32 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-06-01 14:30:32 +0000
commit3e2daaa35df85fc3288d26d196c3632d7e529760 (patch)
tree5526ff6ab1a692f335d056818a69f8c8d3afa09c
parent0e9723acaf26bc422d0664ab3a6bc65da5849aa7 (diff)
Document xry111 changes in changelog, and remove the paragraph about bash test
results (they all pass now) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/bash.xml4
2 files changed, 13 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9bfa1a9f7..6d5469c2c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -58,6 +58,17 @@
<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
<ulink url="&lfs-ticket-root;4661">#4661</ulink>.</para>
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 4d06fc2a3..650c33ade 100644
--- a/chapter06/bash.xml
+++ b/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>