Changeset 9e514d0


Ignore:
Timestamp:
07/03/2022 02:39:28 PM (22 months ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
abe3fbd7
Parents:
1cd8e62
git-author:
Xi Ruoyao <xry111@…> (07/02/2022 03:29:24 AM)
git-committer:
William Harrington <kb0iic@…> (07/03/2022 02:39:28 PM)
Message:

texinfo: remove unneeded sed

It works out of box with glibc-2.35. I think this issue is already
fixed at glibc side, by the commit:

commit 0b5ca7c3e551e5502f3be3b06453324fe8604e82
Author: Paul Eggert <eggert@…>
Date: Tue Sep 21 07:47:45 2021 -0700

regex: copy back from Gnulib

Copy regex-related files back from Gnulib, to fix a problem with
static checking of regex calls noted by Martin Sebor. This merges the
following changes:

  • New macro attribute_nonnull in misc/sys/cdefs.h, for use later when copying other files back from Gnulib.

... ... (unrelated things trimmed)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/texinfo.xml

    r1cd8e62 r9e514d0  
    4444    <title>Installation of Texinfo</title>
    4545
    46     <para>First, fix an issue building the package with Glibc-2.34 or later:</para>
    47 
    48 <screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \
    49     -i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen>
    50 
    5146    <para>Prepare Texinfo for compilation:</para>
    5247
  • chapter08/texinfo.xml

    r1cd8e62 r9e514d0  
    6262    </variablelist>
    6363-->
    64 
    65     <para>Again, fix an issue building the package with Glibc-2.34 or later:</para>
    66 
    67 <screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \
    68     -i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen>
    6964
    7065    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.