On 01/11/2016 02:54, [email protected] wrote:
> 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* \
> 

I have not checked for a while, but normally, if you do not tick "Strip
installed Binaries/Libraries" in "Build Settings", the "Stripping" pages
should not be included in the build. I'll check whether it is broken in
jhalfs, and fix it if needed. Maybe it is better than adding this role, which
prevents stripping unconditionally when using jhalfs.

Pierre
-- 
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