aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-11-01 17:28:32 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-11-01 17:28:32 +0000
commit4d97563062405d4ceef434ae04838b5f131a0935 (patch)
tree6fff07e633c3803c26caa718bf906c6191dd9ef9
parent5fcd09b6e1e43b8060baea7745d73addb7429368 (diff)
Revert nodump role for stripping
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11140 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 49ba39895..f09131035 100644
--- a/chapter06/strippingagain.xml
+++ b/chapter06/strippingagain.xml
@@ -39,7 +39,7 @@
<para>Now the binaries and libraries can be safely stripped:</para>
-<screen role="nodump"><userinput>/tools/bin/find /usr/lib -type f -name \*.a \
+<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* \