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

2000-10-02 Thread Steven Cole
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. R

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

2000-10-02 Thread Claudius Link
On Mon, Oct 02, 2000 at 08:32:45AM -0600, Steven Cole wrote: > I just tried out 2.4.0-test9-pre8, and Reiserfs-3.6.17 didn't get compiled > during the make. Up through test9-pre7 (pre2, pre5), this has worked smoothly. With me that was a simple makefile problem linux/fs/Makefile changed