mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix .la file removal not appearing in jhalfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a91de2aaa7
commit
64a2cd5a4f
@ -58,16 +58,12 @@ rm -f /usr/lib/libz.a</userinput></screen>
|
|||||||
<para>There are also several files installed in the /usr/lib directory with a
|
<para>There are also several files installed in the /usr/lib directory with a
|
||||||
file name extention of .la. These are "libtool archive" files and generally
|
file name extention of .la. These are "libtool archive" files and generally
|
||||||
unneeded on a linux system. None of these are necessary at this point. To
|
unneeded on a linux system. None of these are necessary at this point. To
|
||||||
remove them, run:
|
remove them, run:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>find /usr/lib -name \*.la -delete</userinput></screen>
|
<screen><userinput>find /usr/lib -name \*.la -delete</userinput></screen>
|
||||||
|
|
||||||
For more information about libtool archive files, see the <ulink
|
<para>For more information about libtool archive files, see the <ulink
|
||||||
url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool
|
url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool
|
||||||
Archive (.la) files"</ulink>.
|
Archive (.la) files"</ulink>.</para>
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user