Don't really know what's going on. It's been at least 6 months since the last time I tried to build a kernel, and I guess I'm quite a bit rusty. This is the error I get:
Code:
make -C xfs fastdep
make[4]: Entering directory `/usr/src/linux-2.4.31/fs/xfs'
.depend:451: *** missing separator. Stop.
make[4]: Leaving directory `/usr/src/linux-2.4.31/fs/xfs'
make[3]: *** [_sfdep_xfs] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.31/fs'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.31/fs'
make[1]: *** [_sfdep_fs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.31'
make: *** [dep-files] Error 2
Which is kinda strange since I didn't configure the kernel to have XFS support. Any help would be great!