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 13:01:18 +0100 (BST)


> > > Err, how can $BAR be undefined? Configure sets all config variables which
> > > are answered with 'n' to 'n'.
> >
> > Welcome to the 'if' statement....
> Thank you, yes, but I believe we were talking about dep_* and not if
> statements?

No we are talking about Config.in scripts

if [ condition ]
bool 'foo' CONFIG_FOO

fi

dep_tristate ... $CONFIG_FOO

>

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