svn commit: r421268 - head/Mk

Ed Maste emaste at FreeBSD.org
Fri Sep 2 15:54:21 UTC 2016


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


More information about the svn-ports-all mailing list