lkml.org 
[lkml]   [2000]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.3.41 is dep_bool officially broken? :)
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/

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