aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/binutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r--chapter08/binutils.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index 96b820277..78de16f9c 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -174,9 +174,10 @@ cd build</userinput></screen>
<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
- <para>Remove useless static libraries:</para>
+ <para>Remove useless static libraries and an emptmy man page:</para>
-<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a</userinput></screen>
+<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a
+rm -fv /usr/share/man/man1/gprofng.1</userinput></screen>
</sect2>