Changeset 985d253 for chapter08/mpc.xml


Ignore:
Timestamp:
01/06/2023 04:58:37 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
0678bd4
Parents:
76b84d2 (diff), af944eb (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/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/mpc.xml

    r76b84d2 r985d253  
    4242  <sect2 role="installation">
    4343    <title>Installation of MPC</title>
    44 
    45     <para>First, make a fix identified upstream:</para>
    46 
    47 <screen><userinput remap="pre">sed -i '273{ h; d; }; 274,286 { H; d; }; 287 G' src/mpc.h</userinput></screen>
    48 
    49     <note>
    50        <para>This sed is a little complex and needs some explanation.  It holds
    51        the line 273 in a buffer, adds lines 274-286 to it. It then writes the
    52        buffer out after line 287 is read. The result is that the line 287 is
    53        moved upwards from an incorrect location to its correct location in an
    54        #ifdef block.</para>
    55     </note>
    5644
    5745    <para>Prepare MPC for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.