cleanup: use a stronger tone for removing la files

This commit is contained in:
Xi Ruoyao 2022-09-19 10:58:43 +08:00
parent 6d60bfc16f
commit 5de4fea42c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -17,8 +17,8 @@
<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"
files. As already said, they are only useful when linking with static
libraries. They are unneeded, and potentially harmful, when using dynamic
shared libraries, specially when using also non-autotools build systems.
libraries. They are unneeded when using ELF dynamic shared libraries, and
it's known they can cause BLFS packages fail to build.
To remove them, run:</para>
<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>