From aea43840d87afb7bcc702d4c407e5d4cd1637d66 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sun, 1 Jan 2023 09:34:12 +0100 Subject: [PATCH] Remove obsolete sed no longer required in mpc-1.3.1 --- chapter01/changelog.xml | 9 +++++++++ chapter08/mpc.xml | 12 ------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4c82512f5..196c32fe5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2023-01-01 + + + [thomas] - Remove an obsolete sed from mpc. + + + + 2022-12-31 diff --git a/chapter08/mpc.xml b/chapter08/mpc.xml index 5bcfd0292..ad46b7e43 100644 --- a/chapter08/mpc.xml +++ b/chapter08/mpc.xml @@ -42,18 +42,6 @@ Installation of MPC - First, make a fix identified upstream: - -sed -i '273{ h; d; }; 274,286 { H; d; }; 287 G' src/mpc.h - - - This sed is a little complex and needs some explanation. It holds - the line 273 in a buffer, adds lines 274-286 to it. It then writes the - buffer out after line 287 is read. The result is that the line 287 is - moved upwards from an incorrect location to its correct location in an - #ifdef block. - - Prepare MPC for compilation: ./configure --prefix=/usr \