Garbage collect _SHLIBDIRPREFIX leftovers from r284898.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
978e1d6629
commit
db31773f3e
@ -214,9 +214,8 @@ ${SHLIB_NAME_FULL}: beforelinking
|
||||
.endif
|
||||
|
||||
.if defined(SHLIB_LINK)
|
||||
# ${_SHLIBDIRPREFIX} and ${_LDSCRIPTROOT} are both needed when cross-building
|
||||
# and when building 32 bits library shims. ${_SHLIBDIRPREFIX} is the directory
|
||||
# prefix where shared objects will be installed by the install target.
|
||||
# ${_LDSCRIPTROOT} is needed when cross-building
|
||||
# and when building 32 bits library shims.
|
||||
#
|
||||
# ${_LDSCRIPTROOT} is the directory prefix that will be used when generating
|
||||
# ld(1) scripts. The crosstools' ld is configured to lookup libraries in an
|
||||
|
@ -186,7 +186,6 @@ staging stage_libs stage_files stage_as stage_links stage_symlinks:
|
||||
.else
|
||||
# allow targets like beforeinstall to be leveraged
|
||||
DESTDIR= ${STAGE_OBJTOP}
|
||||
_SHLIBDIRPREFIX= ${STAGE_OBJTOP}
|
||||
|
||||
.if commands(beforeinstall)
|
||||
.if !empty(_LIBS) || ${MK_STAGING_PROG} != "no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user