From: Derrick Brashear Date: Fri, 10 Jul 2009 19:59:55 +0000 (-0400) Subject: Update IRIX build issues X-Git-Tag: openafs-devel-1_5_61~135 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=df87d886bb1b2cf2bab8075a21a62f11d4eafc97;p=packages%2Fo%2Fopenafs.git Update IRIX build issues Refer to srcdir, not SYS, for syscall.s Don't build fc_test for all (libsys doesn't exist yet) Include needed header for Fd_t in xfs_size_check Reviewed-on: http://gerrit.openafs.org/41 Verified-by: Derrick Brashear Reviewed-by: Russ Allbery Reviewed-by: Derrick Brashear --- diff --git a/src/rxkad/Makefile.in b/src/rxkad/Makefile.in index b80e0a33b..0b000f61a 100644 --- a/src/rxkad/Makefile.in +++ b/src/rxkad/Makefile.in @@ -32,7 +32,8 @@ fc_test_LIBS=\ ${TOP_LIBDIR}/liblwp.a \ ${TOP_LIBDIR}/libafsutil.a -all: ${TOP_LIBDIR}/librxkad.a fc_test depinstall +all: ${TOP_LIBDIR}/librxkad.a depinstall +test: fc_test depinstall: \ ${TOP_INCDIR}/rx/rxkad.h \ diff --git a/src/sys/Makefile.in b/src/sys/Makefile.in index 197c64d82..55726bdcf 100644 --- a/src/sys/Makefile.in +++ b/src/sys/Makefile.in @@ -101,7 +101,7 @@ tests: pagsh pagsh.krb fixit iinc idec icreate iopen istat rmtsysd syscall.o: syscall.s @set -e; set -x; case "$(SYS_NAME)" in \ sgi_*) \ - ${CC} ${CFLAGS} -c ${SYS}/syscall.s; \ + ${CC} ${CFLAGS} -c ${srcdir}/syscall.s; \ ;; \ rs_aix* | hp_ux10*) \ $(PATH_CPP) -P ${SFLAGS} ${srcdir}/syscall.s > syscall.ss; \ diff --git a/src/vol/xfs_size_check.c b/src/vol/xfs_size_check.c index bed512ca6..e67667ac9 100644 --- a/src/vol/xfs_size_check.c +++ b/src/vol/xfs_size_check.c @@ -21,6 +21,7 @@ #include #include #include +#include "ihandle.h" #include "partition.h" #include