浏览代码

Revert nodump role for stripping

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 年之前
父节点
当前提交
4d97563062
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter06/strippingagain.xml

+ 1 - 1
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* \