Re: test9-pre8 doesn't compile Reiserfs-3.6.17

From: Steven Cole (scole@lanl.gov)
Date: Mon Oct 02 2000 - 11:43:17 EST


On 2000-10-02 Claudius Link wrote:

>With me that was a simple makefile problem
> linux/fs/Makefile
>changed quit a bit. So you have to add the line
> subdir-$(CONFIG_REISERFS_FS) += reiserfs
>somewhere (for example after "subdir-$(CONFIG_JFFS_FS) += jffs")
>then it works fine.

Right, thanks. Here is a tested little patchlet:

diff -u linux/fs/Makefile.orig linux/fs/Makefile
--- linux/fs/Makefile.orig Mon Oct 2 10:27:34 2000
+++ linux/fs/Makefile Mon Oct 2 09:59:03 2000
@@ -60,6 +60,7 @@
 subdir-$(CONFIG_ADFS_FS) += adfs
 subdir-$(CONFIG_DEVPTS_FS) += devpts
 subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
+subdir-$(CONFIG_REISERFS_FS) += reiserfs

 obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o

With kind regards,
        Steven Cole
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Oct 07 2000 - 21:00:10 EST