| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
| | | | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf) | ||||
| * | remove doubled name in objcopy manpage | Ed Maste | 2018-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=338599 | ||||
| * | Rename usr.bin/elfcopy to usr.bin/objcopy | Ed Maste | 2018-06-21 | 2 | -0/+69 |
| 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 Notes: svn path=/head/; revision=335482 | |||||
