mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
e05a52a6ef
@ -44,6 +44,16 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2021-08-18</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Eliminate an instruction to remove a test
|
||||||
|
in bunutils that no longer fails.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2021-08-16</para>
|
<para>2021-08-16</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -53,6 +63,15 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2021-08-15</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - LFS-11.0-rc1 released.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2021-08-14</para>
|
<para>2021-08-14</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -85,7 +85,9 @@
|
|||||||
<para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para>
|
<para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para>
|
||||||
|
|
||||||
<para>The reason for the kernel version requirement is that we specify
|
<para>The reason for the kernel version requirement is that we specify
|
||||||
that version when building <application>glibc</application> in Chapter 6
|
that version when building <application>glibc</application> in
|
||||||
|
<xref linkend="chapter-cross-tools"/> and
|
||||||
|
<xref linkend="chapter-building-system"/>,
|
||||||
at the recommendation of the developers. It is also required by
|
at the recommendation of the developers. It is also required by
|
||||||
udev.</para>
|
udev.</para>
|
||||||
|
|
||||||
|
@ -68,12 +68,12 @@ Ask your system administrator to create more.</computeroutput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
|
<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
|
||||||
find -name \*.1 -delete</userinput></screen>
|
find -name \*.1 -delete</userinput></screen>
|
||||||
|
<!--
|
||||||
<para>Now remove one test that prevents the tests from running
|
<para>Now remove one test that prevents the tests from running
|
||||||
to completion:</para>
|
to completion:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
|
<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
|
||||||
|
-->
|
||||||
<para>The Binutils documentation recommends building Binutils
|
<para>The Binutils documentation recommends building Binutils
|
||||||
in a dedicated build directory:</para>
|
in a dedicated build directory:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user