glibc: Reword the reason to skip test-installation.pl

It won't work even on a "complete LFS system".
This commit is contained in:
Xi Ruoyao 2023-06-11 04:56:44 +08:00
parent 7e7600de9e
commit a3bd468940
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -195,9 +195,9 @@ esac</userinput></screen>
<screen><userinput remap="install">touch /etc/ld.so.conf</userinput></screen>
<para>Fix the Makefile to skip an unneeded sanity check
that fails in the LFS partial environment:
</para>
<!-- https://sourceware.org/bugzilla/show_bug.cgi?id=21911 -->
<para>Fix the Makefile to skip an outdated sanity check
that fails with a modern Glibc configuration:</para>
<screen><userinput remap="install">sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile</userinput></screen>