From 75f072c37793a099bf3169d1f14189385521487f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 Sep 2025 14:38:24 -0500 Subject: [PATCH] Remove commented out instructions no longer needed. --- chapter06/bash.xml | 6 +----- chapter08/meson.xml | 4 ---- chapter08/perl.xml | 4 ---- chapter08/xz.xml | 4 ---- 4 files changed, 1 insertion(+), 17 deletions(-) diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 8e6a2396e..cd29529fd 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -42,11 +42,7 @@ Installation of Bash - + Prepare Bash for compilation: ./configure --prefix=/usr \ diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 89e3a5bdc..bc5ec2555 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -39,11 +39,7 @@ Installation of Meson - Compile Meson with the following command: pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD diff --git a/chapter08/perl.xml b/chapter08/perl.xml index fb07aea21..b678f7f9d 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -40,11 +40,7 @@ Installation of Perl - This version of Perl builds the Compress::Raw::Zlib and Compress::Raw::BZip2 modules. By default Perl will use an internal copy of the sources for the build. diff --git a/chapter08/xz.xml b/chapter08/xz.xml index 316b8558e..f4c0ec342 100644 --- a/chapter08/xz.xml +++ b/chapter08/xz.xml @@ -43,11 +43,7 @@ Installation of Xz - Prepare Xz for compilation with: ./configure --prefix=/usr \