diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-18 22:28:13 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-18 22:28:13 +0000 |
| commit | db31773f3e6212ac33301a6ff4daa435f52a8ced (patch) | |
| tree | f4f1deccff8d308b20f5e1644c9ec69d5462a9ee /share | |
| parent | 978e1d6629685ec756c49b6a1a6f30c93612fba5 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.lib.mk | 5 | ||||
| -rw-r--r-- | share/mk/bsd.sys.mk | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index dc2e2301e9b8..47db955dc6b7 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -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 diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 71c7af5f18d6..411e816afb0a 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -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" |
