| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
commit 1348902d2b0b9bf757bdda418ac6f65698becdea
Author: Xi Ruoyao <[email protected]>
AuthorDate: Wed Feb 11 17:47:46 2026 +0800
coreutils, gettext: drop the sed unneeded after recent updates
The m4 one can be dropped too when we update it.
---
chapter06/coreutils.xml | 5 -----
chapter07/gettext.xml | 5 -----
chapter08/coreutils.xml | 5 -----
chapter08/gettext.xml | 5 -----
4 files changed, 20 deletions(-)
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 010022bec..9b246a5f4 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -43,11 +43,6 @@
<sect2 role="installation">
<title>Installation of Coreutils</title>
- <para>First, make some fixes introduced by glibc-2.43:</para>
-
-<screen><userinput remap="pre">sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' \
- -i $(find -name \*.in.h)</userinput></screen>
-
<para>Prepare Coreutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/chapter07/gettext.xml b/chapter07/gettext.xml
index 3bb58ad42..b8859e3b0 100644
--- a/chapter07/gettext.xml
+++ b/chapter07/gettext.xml
@@ -43,11 +43,6 @@
<sect2 role="installation">
<title>Installation of Gettext</title>
- <para>First, make some fixes introduced by glibc-2.43:</para>
-
-<screen><userinput remap="pre">sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' \
- -i $(find -name \*.in.h)</userinput></screen>
-
<para>For our temporary set of tools, we only need to install
three programs from Gettext.</para>
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index 64097d62f..f6d9d4b2b 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -41,11 +41,6 @@
<sect2 role="installation">
<title>Installation of Coreutils</title>
- <para>First, make a fix required by glibc-2.43 and later:</para>
-
-<screen><userinput remap="pre">sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' \
- -i $(find -name \*.in.h)</userinput></screen>
-
<para>POSIX requires that programs from Coreutils recognize character
boundaries correctly even in multibyte locales. The following patch fixes
this non-compliance and other internationalization-related bugs.</para>
diff --git a/chapter08/gettext.xml b/chapter08/gettext.xml
index 69a00ef8c..7f78925bf 100644
--- a/chapter08/gettext.xml
+++ b/chapter08/gettext.xml
@@ -43,11 +43,6 @@
<sect2 role="installation">
<title>Installation of Gettext</title>
- <para>First, make a fix required by glibc-2.43 and later:</para>
-
-<screen><userinput remap="pre">sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' \
- -i $(find -name \*.in.h)</userinput></screen>
-
<para>Prepare Gettext for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page