Date: Fri, 30 Nov 2018 14:05:58 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229049] Mk/bsd.port.mk relies on to-be-removed objdump Message-ID: <bug-229049-7788-nAy7V4C7Tg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229049-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-229049-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229049 --- Comment #12 from Ed Maste <emaste@freebsd.org> --- There are currently two instances of objdump in Mk/: Mk/bsd.commands.mk 70:OBJDUMP?=3D /usr/bin/objdump Mk/bsd.port.mk 1862:BINUTILS?=3D ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLI= B \ The second (bsd.port.mk) is fine: it is setting up a loop for tools to be s= et under USE_BINUTILS. I'm not sure what we should do about the first, probably just remove it. That said, I think this PR can be closed? --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229049-7788-nAy7V4C7Tg>