Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
pkgbase: Create a FreeBSD-elftoolchain packageIt contain all the binaries and libs from the elftoolchain contribproject except for libelf which is used everywhere.All of those tools are never use
pkgbase: Create a FreeBSD-elftoolchain packageIt contain all the binaries and libs from the elftoolchain contribproject except for libelf which is used everywhere.All of those tools are never used by the average user.Sponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D38224
show more ...
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)
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