lkml.org 
[lkml]   [2001]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: linux-2.4.6-pre6: numerous dep_{bool,tristate} $CONFIG_ARCH_xxx bugs
Date
From
> 	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/

\
 
 \ /
  Last update: 2005-03-22 12:55    [W:0.055 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site