From 182d5d3e50ddf048e655a7e7909ae8389e84e639 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 30 Oct 2008 06:52:46 +0000 Subject: Text changes in several places in Chapters 5 and 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/stripping.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter05/stripping.xml') diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml index 79b023fb4..3491237ac 100644 --- a/chapter05/stripping.xml +++ b/chapter05/stripping.xml @@ -18,9 +18,8 @@ strip --strip-debug /tools/lib/* strip --strip-unneeded /tools/{,s}bin/* - The last of the above commands will skip some twenty files, - reporting that it does not recognize their file format. Most of these - are scripts instead of binaries. + These commands will skip a number of files, reporting that it does not + recognize their file format. Most of these are scripts instead of binaries. Take care not to use --strip-unneeded on the libraries. The static -- cgit v1.2.3-54-g00ecf