Obsoleted by: kernel/
authorshort <>
Thu, 21 Apr 2005 09:20:31 +0000 (09:20 +0000)
committershort <>
Thu, 21 Apr 2005 09:20:31 +0000 (09:20 +0000)
bin/kernelfilterdiffconfig [deleted file]

diff --git a/bin/kernelfilterdiffconfig b/bin/kernelfilterdiffconfig
deleted file mode 100755 (executable)
index 53461c6..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/sh
-set -ex
-exec filterdiff -i '*/[cC]onfig.in' \
-               -x '*/arch/alpha/*' \
-               -x '*/arch/arm/*' \
-               -x '*/arch/cris/*' \
-               -x '*/arch/ia64/*' \
-               -x '*/arch/x86_64/*' \
-               -x '*/arch/mips*/*' \
-               -x '*/arch/ppc*/*' \
-               -x '*/arch/sparc*/*' \
-               -x '*/arch/m68k/*' \
-               -x '*/isdn/*' \
-               -x '*/usb/*' \
-               -x '*/sound/*' \
-               -x '*/pcmcia/*' \
-               -x '*/net/wan/*' \
-               -x '*/net/irda/*' \
-               -x '*/net/appletalk/*' \
-               -x '*/bluetooth/*' \
-               -x '*/wireless/*' \
-               "$@" | \
-       grep -vw '^diff'