Ignore:
Timestamp:
11/11/2022 04:19:44 PM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
1ace465
Parents:
1a77314f (diff), c4fc75e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/make.xml

    r1a77314f rf8ffc3a5  
    4141  <sect2 role="installation">
    4242    <title>Installation of Make</title>
    43 <!--
    44     <para>Again, work around an error caused by glibc-2.27 and later:</para>
    4543
    46 <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
    47 -->
     44    <para>First, fix some issues identified upstream:</para>
     45
     46<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \
     47    -e '/undef  FATAL_SIG/i FATAL_SIG (SIGPIPE);' \
     48    -i src/main.c</userinput></screen>
     49
    4850    <para>Prepare Make for compilation:</para>
    4951
Note: See TracChangeset for help on using the changeset viewer.