From: NIIBE Y. <gn...@ch...> - 2000-06-01 03:11:04
|
NIIBE Yutaka wrote: > I'll do that if this has no problem. I'll post the report, how I do it. > If there's problem, please let me know. I did that. There's no problem. I did: $ cp -pa kernel kernel.bak $ cd kernel $ cvs -n up [ ... see newer files ] Remove newly created files in 2.4.0-test0: $ rm Documentation/kernel-doc-nano-HOWTO.txt \ Documentation/DocBook/kernel-hacking.tmpl \ Documentation/DocBook/kernel-locking.tmpl \ arch/i386/kernel/cpuid.c \ arch/i386/kernel/msr.c \ arch/ppc/mbxboot/gzimage.c \ arch/ppc/mbxboot/rdimage.c \ arch/ppc/mbxboot/vmlinux.lds $ rm -rf drivers/char/tda7432.c \ drivers/char/tda9875.c \ drivers/char/tea6420.c \ drivers/video/sisfb.c \ include/asm-arm/arch-l7200 \ include/linux/netfilter_ipv6 \ include/linux/sisfb.h \ net/ipv6/netfilter $ cvs up -d -P $ cvs commit It include changes for stnic.c and nfs issues too. OK, now the CVS repository is good state. -- |