binutils: gprofng man pages are OK now

This commit is contained in:
Xi Ruoyao 2023-08-02 10:37:52 +08:00
parent be5b2e03fc
commit 8ada78d73e
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -151,10 +151,9 @@ cd build</userinput></screen>
<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
<para>Remove useless static libraries and an empty man page:</para>
<para>Remove useless static libraries:</para>
<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a
rm -fv /usr/share/man/man1/{gprofng,gp-*}.1</userinput></screen>
<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen>
</sect2>