diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-14 21:58:07 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-14 21:58:07 -0500 |
commit | b17680d8ea3c91a0107a52a182ab5465749c0f5b (patch) | |
tree | 08132ac66481b6e679523d0173fd832411f40094 /chapter08/binutils.xml | |
parent | e4c659759388c22d82a85b1ca84d3332b94b7fbd (diff) |
Package updates and corrections.
Update to file-5.43.
Update to linux-5.19.8.
Update to gawk-5.2.0.
Update to meson-0.63.2.
Update to ninja-1.11.1.
Update to bc-6.0.2.
Fix the location of udev rules in eudev.
Remove a warning for egrep and fgrep that
Delete an empty binutils man page.
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 5 |
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> |