| #
5a9066b4 |
| 11-Sep-2018 |
Ed Maste <[email protected]> |
remove doubled name in objcopy manpage
We generate the installed objcopy man page from ELF Tool Chain's elfcopy, but the sed expresion used for this ended up producing "objcopy, objcopy - copy and t
remove doubled name in objcopy manpage
We generate the installed objcopy man page from ELF Tool Chain's elfcopy, but the sed expresion used for this ended up producing "objcopy, objcopy - copy and translate object files".
Instead of replacing the first "elfcopy" with objcopy, just remove it.
Approved by: re (gjb)
show more ...
|
| #
9b844631 |
| 21-Jun-2018 |
Ed Maste <[email protected]> |
Rename usr.bin/elfcopy to usr.bin/objcopy
We always install ELF Tool Chain's elfcopy as objcopy, so to avoid confusion rename the src directory containing our reach-over Makefile to match.
Requeste
Rename usr.bin/elfcopy to usr.bin/objcopy
We always install ELF Tool Chain's elfcopy as objcopy, so to avoid confusion rename the src directory containing our reach-over Makefile to match.
Requested by: jhb Sponsored by: The FreeBSD Foundation
show more ...
|