[OpenAFS-devel] something to test on an sgi

Neulinger, Nathan nneul@umr.edu
Fri, 12 Oct 2001 10:33:55 -0500


Could someone check and see if these (and similar) targets in
src/src/Makefile

idec:   idec.c  AFS_component_version_number.c
        case "${SYS_NAME}" in                           \
            sgi_6* ) \
                $(CC) -o idec ${CFLAGS} ${srcdir}/idec.c libsys.a;; \
            *)                                          \
                $(CC) -o idec -I${TOP_INCDIR} ${srcdir}/idec.c ${LIBS}
${XLIBS};; \
        esac
icreate:icreate.c  AFS_component_version_number.c
        case "${SYS_NAME}" in                           \
            sgi_6* ) \
                $(CC) -o icreate ${CFLAGS} ${srcdir}/icreate.c libsys.a;; \
            *)                                          \
                $(CC) -o icreate -I${TOP_INCDIR} ${srcdir}/icreate.c
${XLIBS};; \
        esac


could get rid of the special case for SGI and just link like everything
else? or is there some reason that
they have to only link to libsys.a?

-- Nathan

------------------------------------------------------------
Nathan Neulinger                       EMail:  nneul@umr.edu
University of Missouri - Rolla         Phone: (573) 341-4841
Computing Services                       Fax: (573) 341-4216