On Fri, 15 Jun 2001 19:56:59 +0100,
<nic@xxxxxxxxxxx> wrote:
>[root@pyewacket linux]# make xconfig
>rm -f include/asm
>( cd include ; ln -sf asm-i386 asm)
>make -C scripts kconfig.tk
>make[1]: Entering directory `/usr/src/linux-2.4-xfs/linux/scripts'
>cat header.tk >> ./kconfig.tk
>./tkparse < ../arch/i386/config.in >> kconfig.tk
>-: 380: unable to open net/bluetooth/Config.in
>
>net/bluetooth/ doesn't exist but drivers/bluetooth does... I think
>this is a bug in arch/i386/config.in and net/Makefile
In the internal XFS code and the base kernel, there is definitely a
file called net/bluetooth/Config.in. I just fetched the CVS XFS tree
from scratch and the file is there. Removing linux/net/bluetooth and
doing cvs checkout fetched the file as well, both inside and outside
SGI. Try cvs -d on checkout.
|