mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Change role for Chapter 6 stripping so jhalfs does not automatically
strip programs and libraries. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e05311702b
commit
5fcd09b6e1
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<para>Now the binaries and libraries can be safely stripped:</para>
|
<para>Now the binaries and libraries can be safely stripped:</para>
|
||||||
|
|
||||||
<screen><userinput>/tools/bin/find /usr/lib -type f -name \*.a \
|
<screen role="nodump"><userinput>/tools/bin/find /usr/lib -type f -name \*.a \
|
||||||
-exec /tools/bin/strip --strip-debug {} ';'
|
-exec /tools/bin/strip --strip-debug {} ';'
|
||||||
|
|
||||||
/tools/bin/find /lib /usr/lib -type f -name \*.so* \
|
/tools/bin/find /lib /usr/lib -type f -name \*.so* \
|
||||||
|
Loading…
Reference in New Issue
Block a user