mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
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:
parent
04e742e413
commit
0781cb6bfd
@ -104,6 +104,8 @@
|
|||||||
|
|
||||||
<screen role="root"><userinput>make PREFIX=/usr install &&
|
<screen role="root"><userinput>make PREFIX=/usr install &&
|
||||||
|
|
||||||
|
rm -fv /usr/lib/libgif.a &&
|
||||||
|
|
||||||
find doc \( -name Makefile\* -o -name \*.1 \
|
find doc \( -name Makefile\* -o -name \*.1 \
|
||||||
-o -name \*.xml \) -exec rm -v {} \; &&
|
-o -name \*.xml \) -exec rm -v {} \; &&
|
||||||
|
|
||||||
@ -122,6 +124,11 @@ cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<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>
|
<para>
|
||||||
<command>find doc ... -exec rm -v {} \;</command>: This command removes
|
<command>find doc ... -exec rm -v {} \;</command>: This command removes
|
||||||
<filename>Makefiles</filename>, man and xml files from the documentation
|
<filename>Makefiles</filename>, man and xml files from the documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user