Re: linux-2.4.6-pre6: numerous dep_{bool,tristate} $CONFIG_ARCH_xxx bugs

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 30 Jun 2001 08:23:59 +0100 (BST)


> Argh! I just accidentally sent and older version of my
> patch. Here is the current version. Sorry about that.

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/