Skip to content

Commit

Permalink
Introduce READELF?= /usr/bin/readelf
Browse files Browse the repository at this point in the history
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
  • Loading branch information
emaste committed Sep 2, 2016
1 parent f2ba96e commit 9a21a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mk/bsd.commands.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a21a02

Please sign in to comment.