summaryrefslogtreecommitdiffstats
path: root/usr.bin/size
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-04-18 13:13:59 +0000
committeremaste <emaste@FreeBSD.org>2016-04-18 13:13:59 +0000
commit60b9a1732824c56bf505a3a813256b4bc8034845 (patch)
treeb2b7fab482a8b2171347dff667a0bba5cbb0e332 /usr.bin/size
parent20ff6f85018a001538b2869d32474b5c1b42cd53 (diff)
downloadFreeBSD-src-60b9a1732824c56bf505a3a813256b4bc8034845.zip
FreeBSD-src-60b9a1732824c56bf505a3a813256b4bc8034845.tar.gz
Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain
This produces a nicer path in debug info and build logs. MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/size')
-rw-r--r--usr.bin/size/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/size/Makefile b/usr.bin/size/Makefile
index 6aba73d..54b512b 100644
--- a/usr.bin/size/Makefile
+++ b/usr.bin/size/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
+ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain
SIZEDIR= ${ELFTCDIR}/size
.PATH: ${SIZEDIR}
OpenPOWER on IntegriCloud