+openafs (1.0.snap20001106-1) unstable; urgency=low
+
+ * New Upstream version
+
+ --
+
openafs (1.0.snap20001104-1) unstable; urgency=low
* New upstream snapshot
* Fix path to afsd in /etc/init.d/openafs-client
* Build openafs module packages
- -- <hartmans@mit.edu> Mon, 6 Nov 2000 09:39:11 -0500
+ -- Sam Hartman <hartmans@mit.edu> Mon, 6 Nov 2000 09:39:11 -0500
openafs (1.0.snap20001103-1) unstable; urgency=low
cmd: basics comerr
${COMPILE_PART1} cmd ${COMPILE_PART2}
@case ${SYS_NAME} in \
- sgi_6* | sun4x_57 | hp_ux11* ) \
+ sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* ) \
${COMPILE_PART1} cmd ${COMPILE_PART2} install64 ;; \
esac
ntp: project volser
case ${SYS_NAME} in \
+ sun4x_58 ) echo skipping ntp for ${SYS_NAME} ;; \
*linux* ) echo skipping ntp for ${SYS_NAME} ;; \
* ) ${COMPILE_PART1} ntp ${COMPILE_PART2} ;; \
esac
echo skip vfsck for ${SYS_NAME} ;; \
sun4x_57 ) \
echo skip vfsck for ${SYS_NAME} ;; \
+ sun4x_58 ) \
+ echo skip vfsck for ${SYS_NAME} ;; \
* ) \
${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \
esac
CC = gcc
LD = ld
# -Wall
+<i386_linux22 i386_linux24>
CCFLAGS = -O2 -fomit-frame-pointer \
-fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 \
-malign-functions=2
DEFINES = -D__KERNEL__ -DCPU=586 -DKERNEL -D_KERNEL -DMODULE ${SMP_DEF}
+<ppc_linux22 ppc_linux24>
+CCFLAGS = -O2 -fomit-frame-pointer -fno-strength-reduce \
+ -fno-strict-aliasing -fsigned-char -msoft-float -pipe \
+ -fno-builtin -ffixed-r2
+DEFINES = -D__KERNEL__ -D__powerpc__ -DKERNEL -D_KERNEL -DMODULE ${SMP_DEF}
+<all>
INCLUDES = -I. -I../
CFLAGS = $(CCFLAGS) $(DEFINES) $(INCLUDES)
rm -f sys; \
ln -s $${IDIR} sys; \
rm -f asm; \
+<i386_linux22 i386_linux24>
ln -s ${LINUX_SRCDIR}/include/asm-i386 asm ; \
+<ppc_linux22 ppc_linux24>
+ ln -s ${LINUX_SRCDIR}/include/asm-ppc asm ; \
+<all>
for m in ${MPS} ; do \
KDIR=${KOBJ}-$$m ; \
echo Building in directory: $${KDIR} ; \