mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
glibc: Remove a sed useless for 2.37
This commit is contained in:
parent
727490c992
commit
c6c1a068b9
@ -64,11 +64,6 @@ esac</userinput></screen>
|
|||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>Fix an issue building Glibc with parallel jobs and make-4.4
|
|
||||||
or later:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
|
|
||||||
|
|
||||||
<para>Some of the Glibc programs use the non-FHS-compliant
|
<para>Some of the Glibc programs use the non-FHS-compliant
|
||||||
<filename class="directory">/var/db</filename> directory to store their
|
<filename class="directory">/var/db</filename> directory to store their
|
||||||
runtime data. Apply the following patch to make such programs store their
|
runtime data. Apply the following patch to make such programs store their
|
||||||
|
@ -43,11 +43,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Glibc</title>
|
<title>Installation of Glibc</title>
|
||||||
|
|
||||||
<para>First, fix an issue building Glibc with parallel jobs and Make-4.4
|
|
||||||
or later:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
|
|
||||||
|
|
||||||
<para>Some of the Glibc programs use the non-FHS compliant
|
<para>Some of the Glibc programs use the non-FHS compliant
|
||||||
<filename class="directory">/var/db</filename> directory to store
|
<filename class="directory">/var/db</filename> directory to store
|
||||||
their runtime data. Apply the following patch to make such programs
|
their runtime data. Apply the following patch to make such programs
|
||||||
|
Loading…
Reference in New Issue
Block a user