2.3.41 is dep_bool officially broken? :)

From: Tigran Aivazian (tigran@sco.COM)
Date: Mon Jan 31 2000 - 09:24:55 EST


Hi guys,

I can't select "BFS write support" in make xconfig, Config.in says:

dep_tristate 'BFS filesystem (read only) support (EXPERIMENTAL)'
CONFIG_BFS_FS $CONFIG_EXPERIMENTAL
dep_bool ' BFS filesystem write support (DANGEROUS)' CONFIG_BFS_FS_WRITE
$CONFIG_BFS_FS

if BFS is compiled as module. Same thing with UFS and a few others that
use the above construct in fs/Config.in.

Shouldn't scripts/Menuconfig be changed like this (works for me)?

--- Menuconfig.0 Mon Jan 31 14:16:05 2000
+++ Menuconfig Mon Jan 31 14:14:50 2000
@@ -244,7 +244,7 @@
        dep=y
        shift 2
        while [ $# -gt 0 ]; do
- if [ "$1" = y ]; then
+ if [ "$1" = y -o "$1" = m ]; then
                        shift
                else
                        dep=n

I never touched scripts/*fig* before so I might be completely off the
track here, but if not - then scripts/Configure will need modifying as
well....

Regards,
------
Tigran A. Aivazian | http://www.sco.com
Escalations Research Group | tel: +44-(0)1923-813796
Santa Cruz Operation Ltd | http://www.ocston.org/~tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 31 2000 - 21:00:28 EST