From: James S. <jsi...@us...> - 2002-12-10 18:26:12
|
Update of /cvsroot/linuxconsole/ruby/utils In directory sc8-pr-cvs1:/tmp/cvs-serv13895 Modified Files: remove-obsolete-files Log Message: Ah. Its shrinking :-) Index: remove-obsolete-files =================================================================== RCS file: /cvsroot/linuxconsole/ruby/utils/remove-obsolete-files,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- remove-obsolete-files 27 Jul 2002 19:33:27 -0000 1.35 +++ remove-obsolete-files 10 Dec 2002 18:26:09 -0000 1.36 @@ -1,106 +1,27 @@ #!/bin/sh -rm -fv Documentation/usb/hid.txt -rm -fv arch/arm/lib/kbd.c -rm -fv arch/m68k/atari/atakeyb.c -rm -fv arch/m68k/atari/joystick.c -rm -fv arch/m68k/hp300/hil.c rm -fv arch/m68k/hp300/hp300map.map rm -fv arch/mips/jazz/kbd-jazz.c rm -fv arch/mips/lib/kbd-no.c rm -fv arch/mips/lib/kbd-std.c rm -fv arch/mips64/lib/kbd-no.c rm -fv arch/mips64/lib/kbd-std.c -rm -fv arch/parisc/kernel/keyboard.c -rm -fv arch/parisc/kernel/lasimap.map -rm -fv arch/ppc/boot/kbd.c rm -fv drivers/acorn/char/keyb_arc.c -rm -fv drivers/acorn/char/keyb_ps2.c rm -fv drivers/acorn/char/mouse_ps2.c -rm -fv drivers/acorn/char/mouse_rpc.c rm -rf drivers/acorn/char/defkeymap-acorn.c rm -rf drivers/acorn/char/defkeymap-acorn.map rm -rf drivers/acorn/char/defkeymap-l7200.c -rm -fv drivers/char/console.c -rm -fv drivers/char/amikeyb.c -rm -fv drivers/char/atarimouse.c rm -fv drivers/char/busmouse.c rm -fv drivers/char/busmouse.h -rm -fv drivers/char/dn_keyb.c -rm -fv drivers/char/pc_keyb.c rm -fv drivers/char/ec3104_keyb.c -rm -fv drivers/char/q40_keyb.c -rm -fv drivers/input/joytstick/iforce.c -rm -fv drivers/macintosh/mac_keyb.c rm -fv drivers/tc/lk201.c rm -fv drivers/tc/lk201-remap.c rm -rf drivers/tc/lk201-map.map -rm -fv drivers/sbus/char/pcikbd.c -rm -fv drivers/sbus/char/pcikbd.h -rm -fv drivers/sbus/char/sunkbd.c -rm -fv drivers/sbus/char/sunkbd.h -rm -fv drivers/sbus/char/sunkbdmap.c -rm -fv drivers/sbus/char/sunkeymap.c -rm -fv drivers/sbus/char/sunkeymap.map -rm -fv drivers/sbus/char/sunmouse.c -rm -fv drivers/sbus/char/sunmouse.h -rm -fv drivers/video/fbcon-afb.c -rm -fv drivers/video/fbcon-accel.c -rm -fv drivers/video/fbcon-accel.h -rm -fv drivers/video/fbcon-cfb16.c -rm -fv drivers/video/fbcon-cfb2.c -rm -fv drivers/video/fbcon-cfb24.c -rm -fv drivers/video/fbcon-cfb32.c -rm -fv drivers/video/fbcon-cfb4.c -rm -fv drivers/video/fbcon-cfb8.c -rm -fv drivers/video/fbcon-hga.c -rm -fv drivers/video/fbcon-ilbm.c -rm -fv drivers/video/fbcon-iplan2p2.c -rm -fv drivers/video/fbcon-iplan2p4.c -rm -fv drivers/video/fbcon-iplan2p8.c -rm -fv drivers/video/fbcon-mac.c -rm -fv drivers/video/fbcon-mfb.c -rm -fv drivers/video/fbcon-vga-planes.c -rm -fv drivers/video/fbcon-vga.c -rm -fv drivers/video/font_6x11.c -rm -fv drivers/video/font_8x16.c -rm -fv drivers/video/font_8x8.c -rm -fv drivers/video/font_acorn_8x8.c -rm -fv drivers/video/font_pearl_8x8.c -rm -fv drivers/video/font_sun12x22.c -rm -fv drivers/video/font_sun8x16.c -rm -fv drivers/video/fonts.c -rm -fv drivers/video/aty128.h -rm -fv drivers/video/tdfxfb.c rm -fv include/asm-m68k/adb_mouse.h rm -fv include/asm-m68k/atari_joystick.h rm -fv include/asm-m68k/mac_mouse.h rm -fv include/asm-m68k/atarikb.h -rm -fv include/asm-m68k/keyboard.h -rm -fv include/asm-m68k/q40_keyboard.h -rm -fv include/asm-ppc/keyboard.h -rm -fv include/asm-i386/keyboard.h rm -fv include/linux/adb_mouse.h rm -fv include/linux/kbd_ll.h -rm -fv include/linux/logibusmouse.h rm -fv include/linux/pc_keyb.h rm -fv include/linux/console_struct.h -rm -fv include/video/fbcon-afb.h -rm -fv include/video/fbcon-cfb16.h -rm -fv include/video/fbcon-cfb2.h -rm -fv include/video/fbcon-cfb24.h -rm -fv include/video/fbcon-cfb32.h -rm -fv include/video/fbcon-cfb4.h -rm -fv include/video/fbcon-cfb8.h -rm -fv include/video/fbcon-hga.h -rm -fv include/video/fbcon-ilbm.h -rm -fv include/video/fbcon-iplan2p2.h -rm -fv include/video/fbcon-iplan2p4.h -rm -fv include/video/fbcon-iplan2p8.h -rm -fv include/video/fbcon-mfb.h -rm -fv include/video/fbcon-mac.h -rm -fv include/video/fbcon-vga-planes.h -rm -fv include/video/fbcon-vga.h -rm -fv include/video/fbcon.h -rm -fv include/video/font.h -rm -fv include/video/sbusfb.h |