remove doubled name in objcopy manpageWe generate the installed objcopy man page from ELF Tool Chain'selfcopy, but the sed expresion used for this ended up producing"objcopy, objcopy - copy and t
remove doubled name in objcopy manpageWe generate the installed objcopy man page from ELF Tool Chain'selfcopy, 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 ...
Rename usr.bin/elfcopy to usr.bin/objcopyWe always install ELF Tool Chain's elfcopy as objcopy, so to avoidconfusion rename the src directory containing our reach-over Makefileto match.Requeste
Rename usr.bin/elfcopy to usr.bin/objcopyWe always install ELF Tool Chain's elfcopy as objcopy, so to avoidconfusion rename the src directory containing our reach-over Makefileto match.Requested by: jhbSponsored by: The FreeBSD Foundation