summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-06-21 14:28:20 +0000
committerEd Maste <emaste@FreeBSD.org>2018-06-21 14:28:20 +0000
commit9b844631a61b29f0152fcbb9984e4eb09d4dc50d (patch)
tree4c6a19d5769043e8efed4d537b5dcbf65dbc1508 /Makefile.inc1
parent22c1b4c0f14966310c9455418bc966f41d2977af (diff)
downloadsrc-test2-9b844631a61b29f0152fcbb9984e4eb09d4dc50d.tar.gz
src-test2-9b844631a61b29f0152fcbb9984e4eb09d4dc50d.zip
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
Notes
Notes: svn path=/head/; revision=335482
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1a0f47d2ddb5..769441d20ec4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2182,7 +2182,7 @@ _binutils= gnu/usr.bin/binutils
.if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no"
_elftctools= lib/libelftc \
lib/libpe \
- usr.bin/elfcopy \
+ usr.bin/objcopy \
usr.bin/nm \
usr.bin/size \
usr.bin/strings
@@ -2195,7 +2195,7 @@ _elftctools+= usr.bin/addr2line
# the target (for at least crunchide).
_elftctools= lib/libelftc \
lib/libpe \
- usr.bin/elfcopy
+ usr.bin/objcopy
.endif
.if ${MK_CLANG_BOOTSTRAP} != "no"
@@ -2280,7 +2280,7 @@ NXBDIRS+= \
usr.bin/cmp \
usr.bin/diff \
usr.bin/dirname \
- usr.bin/elfcopy \
+ usr.bin/objcopy \
usr.bin/env \
usr.bin/fetch \
usr.bin/find \