aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/stripping.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-01-06 22:32:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-01-06 22:32:03 +0000
commita91de2aaa7081263d524f4cc168aa710fb4d480e (patch)
tree90415ee36e62ff414563bcc8c621550c8394cb91 /chapter05/stripping.xml
parent87a5193af0f64e923b28ec5fc3bdd5b2fe2ac6c6 (diff)
Update to linux-4.14.12.
Update to gdbm-1.14.1. Update to e2fsprogs-1.43.8. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11347 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/stripping.xml')
-rw-r--r--chapter05/stripping.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml
index ad2cb3ae0..10879d278 100644
--- a/chapter05/stripping.xml
+++ b/chapter05/stripping.xml
@@ -31,6 +31,10 @@
<screen><userinput>rm -rf /tools/{,share}/{info,man,doc}</userinput></screen>
+ <para>Remove unneeded files:</para>
+
+<screen><userinput>find /tools/{lib,libexec} -name \*.la -delete</userinput></screen>
+
<para>At this point, you should have at least 3 GB of free space in
<envar>$LFS</envar> that can be used to build and install Glibc and Gcc in
the next phase. If you can build and install Glibc, you can build and install