[uml-devel] Funkiness in uml Kconfig.

2005-11-23 Thread Rob Landley
So you may have seen the miniconfig stuff wander by, which means that my build script exits if there's a .config error, and we have this: fs/Kconfig:1749:warning: 'select' used by config symbol 'CIFS_UPCALL' refer to undefined symbol 'CONNECTOR' This makes it shut up: Signed-off-by: Rob Landley

Re: [uml-devel] 2.6.15-rc1-mm2 on x86_64 build broken / 2.6.15-rc2 ok

2005-11-23 Thread Blaisorblade
On Monday 21 November 2005 19:15, Antoine Martin wrote: FYI, on a 64-bit host: make ARCH=um defconfig make ARCH=um vmlinux arch/um/kernel-offsets.s arch/um/sys-x86_64/kernel-offsets.c In file included from arch/um/include/um_mmu.h:17, from include/asm/mmu.h:9,

Re: [uml-devel] Funkiness in uml Kconfig.

2005-11-23 Thread Blaisorblade
On Wednesday 23 November 2005 12:19, Rob Landley wrote: So you may have seen the miniconfig stuff wander by, which means that my build script exits if there's a .config error, and we have this: fs/Kconfig:1749:warning: 'select' used by config symbol 'CIFS_UPCALL' refer to undefined symbol