diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-02-02 15:47:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-02-02 15:47:05 +0800 |
commit | c6c1a068b90b2f0bca53f48ef264c0e30e418e4f (patch) | |
tree | c677a562da7f610cbeb3c779c5f00bd0289a315a | |
parent | 727490c99298336c793e78e08698b7310a24ba02 (diff) |
glibc: Remove a sed useless for 2.37
-rw-r--r-- | chapter05/glibc.xml | 5 | ||||
-rw-r--r-- | chapter08/glibc.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a8834cc19..6b78031bc 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -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 diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 340eb0861..538c827ab 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -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 |