Author: bdubbs
Date: Tue Nov  1 10:28:32 2016
New Revision: 11140

Log:
Revert nodump role for stripping

Modified:
   trunk/BOOK/chapter06/strippingagain.xml

Modified: trunk/BOOK/chapter06/strippingagain.xml
==============================================================================
--- trunk/BOOK/chapter06/strippingagain.xml     Mon Oct 31 18:54:00 2016        
(r11139)
+++ trunk/BOOK/chapter06/strippingagain.xml     Tue Nov  1 10:28:32 2016        
(r11140)
@@ -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* \
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to