From a3bd4689406e3a9c62d5c5c1ba34cc473e4626ab Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 11 Jun 2023 04:56:44 +0800 Subject: [PATCH] glibc: Reword the reason to skip test-installation.pl It won't work even on a "complete LFS system". --- chapter08/glibc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 5b9b56840..a44e285c9 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -195,9 +195,9 @@ esac touch /etc/ld.so.conf - Fix the Makefile to skip an unneeded sanity check - that fails in the LFS partial environment: - + + Fix the Makefile to skip an outdated sanity check + that fails with a modern Glibc configuration: sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile