mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
cleanup: use a stronger tone for removing la files
This commit is contained in:
parent
6d60bfc16f
commit
5de4fea42c
@ -17,8 +17,8 @@
|
|||||||
<para>There are also several files installed in the /usr/lib and /usr/libexec
|
<para>There are also several files installed in the /usr/lib and /usr/libexec
|
||||||
directories with a file name extension of .la. These are "libtool archive"
|
directories with a file name extension of .la. These are "libtool archive"
|
||||||
files. As already said, they are only useful when linking with static
|
files. As already said, they are only useful when linking with static
|
||||||
libraries. They are unneeded, and potentially harmful, when using dynamic
|
libraries. They are unneeded when using ELF dynamic shared libraries, and
|
||||||
shared libraries, specially when using also non-autotools build systems.
|
it's known they can cause BLFS packages fail to build.
|
||||||
To remove them, run:</para>
|
To remove them, run:</para>
|
||||||
|
|
||||||
<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
|
<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user