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

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Jun 30 2001 - 02:23:59 EST


> 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/



This archive was generated by hypermail 2b29 : Sat Jun 30 2001 - 21:00:23 EST