Changeset 363c143 for chapter06


Ignore:
Timestamp:
03/05/2023 07:21:02 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
95105f3
Parents:
4ff69b2 (diff), 2efe1e8 (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

    r4ff69b2 r363c143  
    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 
    5145    <para>Prepare Make for compilation:</para>
    5246
Note: See TracChangeset for help on using the changeset viewer.