This just breaks stuff
> +for var in $(cat arch/*/config.in |
> +	     egrep -w -v '^[ 	]*int' |
> +             tr '   $"' '\n\n\n' |
> +	     egrep '^CONFIG_[A-Z0-9_]*$' |
> +	     sort -u) ; do
> +	define_bool "$var" "n"
> +done
> +set -f
>  
You've changed the entire semantics of dep_tristate by doing this
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/