mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
--strip-debug -> --strip-unneeded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4bbc338559
commit
f801524be4
@ -18,7 +18,8 @@ command:
|
||||
</para>
|
||||
|
||||
<blockquote><literallayout>
|
||||
<userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput>
|
||||
<userinput>find / -type f -exec strip --strip-unneeded '{}' ';'
|
||||
</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user