From: Kevin Coffman Date: Thu, 17 Apr 2003 16:05:58 +0000 (+0000) Subject: aix-20030417 X-Git-Tag: openafs-devel-1_3_50~260 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8c788b1e757bc841b36637c8e6876dcd33d9d809;p=packages%2Fo%2Fopenafs.git aix-20030417 I had to do the following to do a 'make dest' on AIX in a directory separate from the source: --- diff --git a/src/audit/Makefile.in b/src/audit/Makefile.in index b16cde44b..64aebe1d5 100644 --- a/src/audit/Makefile.in +++ b/src/audit/Makefile.in @@ -57,10 +57,10 @@ ${TOP_INCDIR}/afs/audit.h: audit.h dest: ${DEST}/lib/afs/libaudit.a ${DEST}/include/afs/audit.h case ${SYS_NAME} in \ rs_aix*) \ - ${INSTALL} Audit ${DEST}/root.server/usr/afs/local ; \ - ${INSTALL} objects.aix.sample ${DEST}/root.server/usr/afs/local/audit/objects.sample ; \ - ${INSTALL} events.aix.sample ${DEST}/root.server/usr/afs/local/audit/events.sample ; \ - ${INSTALL} config.aix.sample ${DEST}/root.server/usr/afs/local/audit/config.sample ;; \ + ${INSTALL} ${srcdir}/Audit ${DEST}/root.server/usr/afs/local ; \ + ${INSTALL} ${srcdir}/objects.aix.sample ${DEST}/root.server/usr/afs/local/audit/objects.sample ; \ + ${INSTALL} ${srcdir}/events.aix.sample ${DEST}/root.server/usr/afs/local/audit/events.sample ; \ + ${INSTALL} ${srcdir}/config.aix.sample ${DEST}/root.server/usr/afs/local/audit/config.sample ;; \ *) ;; \ esac ; diff --git a/src/export/cfgexport.c b/src/export/cfgexport.c index d13503dcf..c9ae4ace0 100644 --- a/src/export/cfgexport.c +++ b/src/export/cfgexport.c @@ -214,7 +214,9 @@ char *syms; case U800WRMAGIC: case U800ROMAGIC: case U800TOCMAGIC: +#ifdef __XCOFF64__ case U64_TOCMAGIC: +#endif break; default: