aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-09-20 17:02:36 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-09-20 17:02:36 +0000
commit6c672426f85596f90903645f78d510d52f2846a5 (patch)
tree5ac575573b45c393a3f7fa97682a3821f0e7a4e6 /chapter05
parent9a7684765c7ae30bfdfc5a9c5ad4feb2ecc92517 (diff)
Clean up of unneeded symbolic links.
Reordered packages so version specific packages are built as late as possible in Chapter 6. Now building util-linux in Chapter 5 is unneeded and has been removed. Update to eudev-3.2.6. Update to elfutils-0.174 (libelf). Update to psmisc-23.2. Update to openssl-1.1.1. Update to linux-4.18.9. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/chapter05.xml3
-rw-r--r--chapter05/make.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index 7b215ba49..1951fde7e 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -24,7 +24,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
@@ -44,7 +43,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changingowner.xml"/>
diff --git a/chapter05/make.xml b/chapter05/make.xml
index ec2a6e8d4..1ccc60ece 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -42,7 +42,7 @@
<sect2 role="installation">
<title>Installation of Make</title>
- <para>First, work around an error caused by glibc-2.27:</para>
+ <para>First, work around an error caused by glibc-2.27 and later:</para>
<screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>