From 5fdbb9841b8bdd5009993c96b7c01955990c3174 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 4 Aug 2006 17:11:31 +0000 Subject: [PATCH] death-to-ultrix-20060804 Remove all remaining references to AFS_ULTRIX_ENV or pmax_* from the source tree. --- src/afs/afs_segments.c | 2 +- src/lwp/Makefile.in | 2 -- src/venus/Makefile.in | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/afs/afs_segments.c b/src/afs/afs_segments.c index d9b6e8dac..e2971af0c 100644 --- a/src/afs/afs_segments.c +++ b/src/afs/afs_segments.c @@ -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; diff --git a/src/lwp/Makefile.in b/src/lwp/Makefile.in index 39bab2668..8b515abb5 100644 --- a/src/lwp/Makefile.in +++ b/src/lwp/Makefile.in @@ -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; \ diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index 364ee38cf..3d8f96686 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -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* ) \ -- 2.39.5