From 5fcd09b6e1e43b8060baea7745d73addb7429368 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 1 Nov 2016 01:54:00 +0000 Subject: Change role for Chapter 6 stripping so jhalfs does not automatically strip programs and libraries. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/strippingagain.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/strippingagain.xml') diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index f09131035..49ba39895 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -39,7 +39,7 @@ Now the binaries and libraries can be safely stripped: -/tools/bin/find /usr/lib -type f -name \*.a \ +/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* \ -- cgit v1.2.3-54-g00ecf