From 23cb2304012eca005941811f0585aee5dd985cfc Mon Sep 17 00:00:00 2001 From: braam Date: Wed, 10 Oct 2001 18:02:22 +0000 Subject: [PATCH] - ext2_obd.c --- fix the bugs in read/write for Linux 2.4.3 --- lustre/demos/Makefile.in | 2 +- lustre/obdclass/Makefile.in | 2 +- lustre/obdfs/Makefile.in | 2 +- lustre/scripts/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/demos/Makefile.in b/lustre/demos/Makefile.in index 29e2815..ca03afe 100644 --- a/lustre/demos/Makefile.in +++ b/lustre/demos/Makefile.in @@ -92,7 +92,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/lustre/obdclass/Makefile.in b/lustre/obdclass/Makefile.in index 0248337..16dd2f7 100644 --- a/lustre/obdclass/Makefile.in +++ b/lustre/obdclass/Makefile.in @@ -116,7 +116,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/class_obd.P .deps/genops.P .deps/proc_lustre.P \ .deps/sysctl.P diff --git a/lustre/obdfs/Makefile.in b/lustre/obdfs/Makefile.in index 1f1ded7..fd9838f 100644 --- a/lustre/obdfs/Makefile.in +++ b/lustre/obdfs/Makefile.in @@ -117,7 +117,7 @@ DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/dir.P .deps/file.P .deps/flushd.P .deps/namei.P \ .deps/rw.P .deps/super.P .deps/symlink.P .deps/sysctl.P diff --git a/lustre/scripts/Makefile.in b/lustre/scripts/Makefile.in index dca7689..040cbb0 100644 --- a/lustre/scripts/Makefile.in +++ b/lustre/scripts/Makefile.in @@ -85,7 +85,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: -- 1.8.3.1