death-to-ultrix-20060804
authorRuss Allbery <rra@stanford.edu>
Fri, 4 Aug 2006 17:11:31 +0000 (17:11 +0000)
committerRuss Allbery <rra@stanford.edu>
Fri, 4 Aug 2006 17:11:31 +0000 (17:11 +0000)
Remove all remaining references to AFS_ULTRIX_ENV or pmax_* from the source
tree.

src/afs/afs_segments.c
src/lwp/Makefile.in
src/venus/Makefile.in

index d9b6e8d..e2971af 100644 (file)
@@ -145,7 +145,7 @@ unsigned int storeallmissing = 0;
  * Environment:
  *     Called with avc write-locked.
  */
-#if defined (AFS_HPUX_ENV) || defined(AFS_ULTRIX_ENV)
+#if defined (AFS_HPUX_ENV)
 int NCHUNKSATONCE = 3;
 #else
 int NCHUNKSATONCE = 64;
index 39bab26..8b515ab 100644 (file)
@@ -53,8 +53,6 @@ process.s:
 # Making process.o for $(SYS_NAME)
 process.o      : process.s process.i386.s process.c
        @set -x; case "$(SYS_NAME)" in \
-       pmax_he1) \
-               $(CCOBJ) ${LWP_DBG} ${LWP_OPTMZ} -c -I${TOP_INCDIR} process.s;; \
        sun4c_51 | sun4c_52 | sun4m_51 | sun4m_52 | sun4c_53 | sun4m_53  | sun4_53 | sun4_52 | sun4_54 | sun4c_54 | sun4m_54 | sun4x_5* ) \
                /usr/ccs/lib/cpp -P -I${TOP_INCDIR} ${srcdir}/process.s process.ss; \
                ${AS} process.ss -o process.o; \
index 364ee38..3d8f966 100644 (file)
@@ -94,8 +94,6 @@ fstrace.o: fstrace.c AFS_component_version_number.c
 
 fstrace: fstrace.o
        case ${SYS_NAME} in \
-               pmax_ul43 | pmax_ul43a ) \
-                       ${CC} ${CFLAGS} -o fstrace fstrace.o ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a /usr/lib/libi.a ;; \
                sun4_411 | sun4c_411 | sun4m_412 ) \
                        ${CCXPG2} ${CFLAGS} -o fstrace fstrace.o ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ;; \
                sun*_4* ) \