aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-08-02 10:37:52 +0800
committerXi Ruoyao <xry111@xry111.site>2023-08-02 10:38:14 +0800
commit8ada78d73e3bb15ad193dee84b830e3d8cf64cea (patch)
treeca49150bc2201e81e4c6e8c8708166373bf3a96e
parentbe5b2e03fc6e7382f8c012d9fdb8e29a9bbbf17c (diff)
binutils: gprofng man pages are OK now
-rw-r--r--chapter08/binutils.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index c35bf136e..5ff11a755 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -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>