|
@@ -30,7 +30,7 @@ the strip man page for other strip options you can use. The general idea
|
|
is to not run strip on libraries (other than --strip-debug) just to be
|
|
is to not run strip on libraries (other than --strip-debug) just to be
|
|
on the safe side.</para>
|
|
on the safe side.</para>
|
|
|
|
|
|
-<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,/lib} -type f \
|
|
|
|
|
|
+<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
|
|
-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
|
|
-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
|
|
|
|
|
|
<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By
|
|
<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By
|