Author: bdubbs
Date: Mon Oct 31 18:54:00 2016
New Revision: 11139

Log:
Change role for Chapter 6 stripping so jhalfs does not automatically 
strip programs and libraries.

Modified:
   trunk/BOOK/chapter06/strippingagain.xml

Modified: trunk/BOOK/chapter06/strippingagain.xml
==============================================================================
--- trunk/BOOK/chapter06/strippingagain.xml     Thu Oct 27 16:22:45 2016        
(r11138)
+++ trunk/BOOK/chapter06/strippingagain.xml     Mon Oct 31 18:54:00 2016        
(r11139)
@@ -39,7 +39,7 @@
 
   <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 {} ';'
 
 /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