Changeset aea4384


Ignore:
Timestamp:
01/01/2023 08:34:12 AM (16 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
1baad3a7, f0cb1e41
Parents:
730208a
Message:

Remove obsolete sed no longer required in mpc-1.3.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r730208a raea4384  
    4141    -->
    4242    <listitem>
     43      <para>2023-01-01</para><!-- Happy New Year! -->
     44      <itemizedlist>
     45        <listitem>
     46          <para>[thomas] - Remove an obsolete sed from mpc.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4352      <para>2022-12-31</para>
    4453      <itemizedlist>
  • chapter08/mpc.xml

    r730208a raea4384  
    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.