Tweak find command when stripping

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2017-05-02 18:23:02 +00:00
parent c3b79ee25e
commit 22c4f87286

View File

@ -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 \