aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-05-02 18:23:02 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-05-02 18:23:02 +0000
commit22c4f872869ccd36002f56b84548f04eca0096ba (patch)
tree823ef1789ceb753b7791bac37d7d930fb75e17f8
parentc3b79ee25e5bb392a026ff087687b7f683c23708 (diff)
Tweak find command when stripping
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/strippingagain.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml
index 255b99b23..4d52ff54a 100644
--- a/chapter06/strippingagain.xml
+++ b/chapter06/strippingagain.xml
@@ -76,7 +76,7 @@ unset LIB save_lib save_usrlib</userinput></screen>
<screen><userinput>/tools/bin/find /usr/lib -type f -name \*.a \
-exec /tools/bin/strip --strip-debug {} ';'
-/tools/bin/find /lib /usr/lib -type f \(-name \*.so* -a ! -name \*dbg\) \
+/tools/bin/find /lib /usr/lib -type f \( -name \*.so* -a ! -name \*dbg \) \
-exec /tools/bin/strip --strip-unneeded {} ';'
/tools/bin/find /{bin,sbin} /usr/{bin,sbin,libexec} -type f \