From: Derrick Brashear Date: Mon, 17 Nov 2008 23:06:01 +0000 (+0000) Subject: STABLE14-aix6-lam-plugin-20081117 X-Git-Tag: openafs-stable-1_4_9pre1~95 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=75055b2eef96f919e7fedabb53d015ac2389248c;p=packages%2Fo%2Fopenafs.git STABLE14-aix6-lam-plugin-20081117 LICENSE IPL10 FIXES 123649 based on suggestion from Hung_Pham@unc.edu build aix5 module for aix6 (cherry picked from commit b5fea780fbb0ea12d3d086210d0abbef12e24560) --- diff --git a/src/tsm41/Makefile.in b/src/tsm41/Makefile.in index 359a48faf..a203be845 100644 --- a/src/tsm41/Makefile.in +++ b/src/tsm41/Makefile.in @@ -71,7 +71,7 @@ all: $(AUTHLIBS) install install.noversion: clean: - $(RM) -f $(AUTHLIBS) $(AUTHFILES) so_locations + $(RM) -f *.o $(AUTHLIBS) $(AUTHFILES) so_locations afs_dynamic_auth: ${AUTH_OBJS} ${AFSLIBS} ${AUTHFILES} $(LD) -o $@ ${AUTH_OBJS} $(AFSLIBS) ${AUTHFILES} ${XLIBS} ${LDFLAGS} @@ -100,6 +100,8 @@ aix_auth.o: ${CC} ${CFLAGS} -c ${srcdir}/aix41_auth.c -o $@ ;; \ rs_aix5*) \ ${CC} ${CFLAGS} -c ${srcdir}/aix5_auth.c -o $@ ;; \ + rs_aix6*) \ + ${CC} ${CFLAGS} -c ${srcdir}/aix5_auth.c -o $@ ;; \ *) \ echo "not building aix lam binary for ${SYS_NAME}" ;; \ esac @@ -114,7 +116,11 @@ ${DEST}/root.client/usr/vice/etc/afs_dynamic_auth: afs_dynamic_auth ${DEST}/root.client/usr/vice/etc/afs_dynamic_kerbauth: afs_dynamic_kerbauth ${INSTALL} $? $@ +${DEST}/root.client/usr/vice/etc/aklog_dynamic_auth: aklog_dynamic_auth + ${INSTALL} $? $@ + dest: \ ${DEST}/root.client/usr/vice/etc/afs_dynamic_auth \ + ${DEST}/root.client/usr/vice/etc/aklog_dynamic_auth \ ${DEST}/root.client/usr/vice/etc/afs_dynamic_kerbauth