mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
c3b79ee25e
commit
22c4f87286
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user