cf: Remove LIBSYS_AIX_EXP

LIBSYS_AIX_EXP has been unreferenced since commit 2ec9b1db03
(shlib-overhaul-20060802), where it was replaced by a hard-coded
"afsl.exp". A few places have still been setting LIBSYS_AIX_EXP; remove
them.

Change-Id: I28aad80ac0edde3a71f9e6f7b2817ddf992b2fb4
Reviewed-on: https://gerrit.openafs.org/16004
Reviewed-by: Ben Huntsman <ben@huntsmans.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
This commit is contained in:
Andrew Deason 2024-12-18 17:20:06 -06:00
parent 68498cdc5f
commit ee133dfea0

View File

@ -345,7 +345,6 @@ case $AFS_SYSNAME in
rs_aix42)
DBG=""
LIBSYS_AIX_EXP="afsl.exp"
MT_CC="xlc_r"
SHLIB_SUFFIX="o"
XCFLAGS="-K -D_NONSTD_TYPES -D_MBI=void"
@ -359,7 +358,6 @@ case $AFS_SYSNAME in
rs_aix51 | rs_aix52 | rs_aix53)
DBG="-g"
LIBSYS_AIX_EXP="afsl.exp"
MT_CC="xlc_r"
SHLIB_SUFFIX="o"
XCFLAGS="-K -D_NONSTD_TYPES -D_MBI=void"
@ -374,7 +372,6 @@ case $AFS_SYSNAME in
rs_aix61 | rs_aix71)
DBG="-g"
LIBSYS_AIX_EXP="afsl.exp"
MT_CC="xlc_r"
SHLIB_SUFFIX="o"
XCFLAGS="-K -D_NONSTD_TYPES -D_MBI=void"