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
This commit is contained in:
parent
54753798dc
commit
e3596a7959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421268
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue