STABLE14-rename-afssetpag-dot-map-to-mapfile-20051017

The Solaris/Linux symbol export files must be named "mapfile" (see the
definition of SHLIB_LINKER for Solaris).

RCS file: /cvs/openafs/src/sys/Attic/afssetpag.map,v
Working file: src/sys/afssetpag.map
head: 1.2
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 4;	selected revisions: 0
description:


(cherry picked from commit 8922ad369e1df7d9a983986b4eafe19153da55ae)
This commit is contained in:
Ken Hornstein 2005-10-17 20:12:06 +00:00 committed by Derrick Brashear
parent 24e12618d9
commit 37c222d836
2 changed files with 2 additions and 2 deletions

View File

@ -54,14 +54,14 @@ ${LIBAFSSETPAG}: ${SHLIBOBJS}
case ${SYS_NAME} in \
*_linux*) \
${SHLIB_LINKER} -Wl,-h,libafssetpag.so.${LIBAFSSETPAGMAJOR} \
-o ${LIBAFSSETPAG} -Wl,--version-script=afssetpag.map \
-o ${LIBAFSSETPAG} -Wl,--version-script=mapfile \
${SHLIBOBJS};; \
rs_aix4*) \
${SHLIB_LINKER} -o ${LIBAFSSETPAG} ${SHLIBOBJS} \
-bE:afssetpag.exp;; \
sun*_5*) \
${SHLIB_LINKER} -h libafssetpag.so.${LIBAFSSETPAGMAJOR} \
-Wl,-M afssetpag.map -o ${LIBAFSSETPAG} ${SHLIBOBJS};; \
-o ${LIBAFSSETPAG} ${SHLIBOBJS};; \
*) \
${SHLIB_LINKER} -o ${LIBAFSSETPAG} ${SHLIBOBJS};; \
esac