giflib: remove static lib

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24386 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2021-03-20 07:19:45 +00:00
parent 04e742e413
commit 0781cb6bfd

View File

@ -104,6 +104,8 @@
<screen role="root"><userinput>make PREFIX=/usr install &amp;&amp;
rm -fv /usr/lib/libgif.a &amp;&amp;
find doc \( -name Makefile\* -o -name \*.1 \
-o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
@ -122,6 +124,11 @@ cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>rm -fv /usr/lib/libgif.a</command>: This command removes a
static library which is not used by any BLFS package.
</para>
<para>
<command>find doc ... -exec rm -v {} \;</command>: This command removes
<filename>Makefiles</filename>, man and xml files from the documentation