Ignore:
Timestamp:
11/11/2022 04:19:44 PM (2 years 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
  • chapter06/make.xml

    r1a77314f rf8ffc3a5  
    4343    <title>Installation of Make</title>
    4444
     45    <para>First, fix an issue identified upstream:</para>
     46
     47<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \
     48    -e '/undef  FATAL_SIG/i FATAL_SIG (SIGPIPE);' \
     49    -i src/main.c</userinput></screen>
     50
    4551    <para>Prepare Make for compilation:</para>
    4652
Note: See TracChangeset for help on using the changeset viewer.