glibc: Remove a sed useless for 2.37

This commit is contained in:
Xi Ruoyao 2023-02-02 15:47:05 +08:00
parent 727490c992
commit c6c1a068b9
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 0 additions and 10 deletions

View File

@ -64,11 +64,6 @@ esac</userinput></screen>
</para>
</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
<filename class="directory">/var/db</filename> directory to store their
runtime data. Apply the following patch to make such programs store their

View File

@ -43,11 +43,6 @@
<sect2 role="installation">
<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
<filename class="directory">/var/db</filename> directory to store
their runtime data. Apply the following patch to make such programs