]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
import version 1.0.4 of openafs upstream/1.0.4
authorSam Hartman <hartmans@debian.org>
Mon, 23 Apr 2001 18:45:23 +0000 (18:45 +0000)
committerSam Hartman <hartmans@debian.org>
Mon, 23 Apr 2001 18:45:23 +0000 (18:45 +0000)
src/config/Makefile.i386_linux24
src/config/Makefile.ppc_linux24
src/config/param.i386_linux24_usr.h

index f85a3823bff0d3ad7a04a877e7e91017439bb1d6..8fa367fd1981f7c2d4eddc95a4f0f9863aa9ac73 100644 (file)
@@ -30,13 +30,13 @@ XLIBS=
 AR=ar
 AS=as
 CP=cp
-INSTALL=${SRCDIR}bin/install
 LD=ld
 MT_CC=cc
 MV=mv
 RANLIB=ranlib
 RM=rm
-WASHTOOL=${SRCDIR}bin/washtool
+WASHTOOL=${DESTDIR}bin/washtool
+INSTALL=${DESTDIR}bin/install
 #
 # Other OS specific requirements
 #
index 3230ad69cae82cf74bba0161520362d6b308e85c..8557f28cc19369ec321ebb9815d4a13853283784 100644 (file)
@@ -30,13 +30,13 @@ XLIBS=
 AR=ar
 AS=as
 CP=cp
-INSTALL=${SRCDIR}bin/install
 LD=ld
 MT_CC=cc
 MV=mv
 RANLIB=ranlib
 RM=rm
-WASHTOOL=${SRCDIR}bin/washtool
+WASHTOOL=${DESTDIR}bin/washtool
+INSTALL=${DESTDIR}bin/install
 #
 # Other OS specific requirements
 #
index 01c1ab1ccce6332b5738ce6e3416de01130f2105..394d1a9884c10a6ff1f3eadc641f799104c1cc97 100644 (file)
@@ -17,6 +17,7 @@
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 137
+#define AFS_64BIT_ENV
 #define AFS_64BIT_IOPS_ENV  1
 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
 #include <afs/afs_sysnames.h>