Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 15:54:20 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421268 - head/Mk
Message-ID:  <201609021554.u82FsKb6086137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Fri Sep  2 15:54:20 2016
New Revision: 421268
URL: https://svnweb.freebsd.org/changeset/ports/421268

Log:
  Introduce READELF?= /usr/bin/readelf
  
  In many cases where objdump is currently used, readelf is a better
  choice. Introduce a variable for ports that wish to use it.
  
  Reviewed by:	bapt
  Approved by:	portmgr
  Differential Revision:	https://reviews.freebsd.org/D7761

Modified:
  head/Mk/bsd.commands.mk

Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk	Fri Sep  2 14:33:10 2016	(r421267)
+++ head/Mk/bsd.commands.mk	Fri Sep  2 15:54:20 2016	(r421268)
@@ -72,6 +72,7 @@ PAX?=			/bin/pax
 PRINTF?=		/usr/bin/printf
 PS_CMD?=		/bin/ps
 PW?=			/usr/sbin/pw
+READELF?=		/usr/bin/readelf
 REALPATH?=		/bin/realpath
 RM?=			/bin/rm -f
 RMDIR?=			/bin/rmdir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609021554.u82FsKb6086137>