#! /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'