diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-02 10:37:52 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-02 10:38:14 +0800 |
commit | 8ada78d73e3bb15ad193dee84b830e3d8cf64cea (patch) | |
tree | ca49150bc2201e81e4c6e8c8708166373bf3a96e /chapter08 | |
parent | be5b2e03fc6e7382f8c012d9fdb8e29a9bbbf17c (diff) |
binutils: gprofng man pages are OK now
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 5 |
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> |