From bd35700f8fdfaf2f8b19c7b032b2395aa458c19e Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 19 Mar 2002 22:01:30 +0000 Subject: [PATCH] sys-add-aix-syscall-exports-removed-incorrectly-earlier-20020319 to export syscalls as functions you need the magic exp file ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== and also reinstall them for the user cache manager library --- src/sys/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/sys/Makefile.in b/src/sys/Makefile.in index 71631f788..a28f85c29 100644 --- a/src/sys/Makefile.in +++ b/src/sys/Makefile.in @@ -27,13 +27,17 @@ all: \ ${KERNELDIR}/afs \ ${KERNELDIR}/afs/xfsattrs.h \ ${UKERNELDIR}/afs \ - ${UKERNELDIR}/afs/afs.exp + ${UKERNELDIR}/afs/afsl.exp libsys.a: ${OBJECTS} ${RMTOBJS} AFS_component_version_number.o -$(RM) -f $@ $(AR) crv $@ ${OBJECTS} ${RMTOBJS} \ AFS_component_version_number.o ${LIBSYS_AIX_EXP} $(RANLIB) $@ + case "${SYS_NAME}" in \ + rs_aix*) \ + $(AR) crv $@ afsl.exp;; \ + esac tests: pagsh pagsh.krb fixit iinc idec icreate iopen istat rmtsysd @@ -145,7 +149,7 @@ ${TOP_LIBDIR}/libsys.a: libsys.a ${UKERNELDIR}/afs: mkdir -p $@ -${UKERNELDIR}/afs/afs.exp: afs.exp +${UKERNELDIR}/afs/afsl.exp: afsl.exp ${INSTALL} $? $@ ${KERNELDIR}/afs: -- 2.39.5