Ralf Baechle wrote: > On Wed, Aug 10, 2005 at 10:45:37AM -0400, Greg Weeks wrote: > > > Current CVS fails to build the malta_defconfig with: > > > > > > scripts/kconfig/mconf arch/mips/Kconfig > > arch/mips/Kconfig:690: can't open file "arch/mips/tx4938/Kconfig" > > make[1]: *** [menuconfig] Error 1 > > make: *** [menuconfig] Error 2 > > CVS pilot error. cvs -q update -d -P and don't forget to bitch about it ;) The CVS authors should have made some sane global defaults. I use this ~/.cvsrc to make it less annoying: hattusa:~$ cat .cvsrc cvs -qz9 diff -upNR rdiff -uR update -dPR checkout -P Thiemo