From 5bddd06214b709c9c6f8315125e630f58611c430 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 24 Sep 2002 19:01:33 +0000 Subject: [PATCH] Another minor change to the extN makefile, so it works if the fixes patch is uncommented. --- lustre/extN/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/extN/Makefile.am b/lustre/extN/Makefile.am index 33a6f92..5938d6a 100644 --- a/lustre/extN/Makefile.am +++ b/lustre/extN/Makefile.am @@ -8,12 +8,13 @@ MODULE = extN modulefs_DATA = extN.o EXTRA_PROGRAMS = extN +EXTNP = # NOTE: If you are not using a RedHat 12.5 or later kernel, then you need to # apply the following patch first, as it fixes a number of bugs in ext3. # You can either apply it as part of the extN build by uncommenting the # line below, or apply it to the source kernel tree and fix ext3 also. # EXTNP = ext3-2.4.18-fixes.diff -EXTNP = htree-ext3-2.4.18.diff linux-2.4.18ea-0.8.26.diff +EXTNP+= htree-ext3-2.4.18.diff linux-2.4.18ea-0.8.26.diff EXTNP+= ext3-2.4.18-ino_sb_macro.diff extN-misc-fixup.diff EXTNC = balloc.c bitmap.c dir.c file.c fsync.c ialloc.c inode.c ioctl.c EXTNC+= namei.c super.c symlink.c -- 1.8.3.1