Some CML1 rule contributors seem to think that the "bool" statement
takes a third argument which is the default value.  It doesn't.

diff -ruN linux-2.5.24+patches4/arch/ia64/config.in linux-2.5.24/arch/ia64/config.in
--- linux-2.5.24+patches4/arch/ia64/config.in   Sun Jun 30 19:45:22 2002
+++ linux-2.5.24/arch/ia64/config.in    Fri Jun 28 16:45:03 2002
@@ -71,15 +71,15 @@
 
 if [ "$CONFIG_IA64_SGI_SN1" = "y" -o  "$CONFIG_IA64_SGI_SN2" = "y" ]; then
        define_bool CONFIG_IA64_SGI_SN y
-       bool '  Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG n
+       bool '  Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG
        bool '  Enable SGI Medusa Simulator Support' CONFIG_IA64_SGI_SN_SIM
        bool '  Enable autotest (llsc). Option to run cache test instead of booting' \
-                       CONFIG_IA64_SGI_AUTOTEST n
+                       CONFIG_IA64_SGI_AUTOTEST
        define_bool CONFIG_DEVFS_FS y
        if [ "$CONFIG_DEVFS_FS" = "y" ]; then
-         bool '    Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG n
+         bool '    Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG
        fi
-       bool '  Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL 
y
+       bool '  Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL
        define_bool CONFIG_DISCONTIGMEM y
        define_bool CONFIG_IA64_MCA y
        define_bool CONFIG_NUMA y

Greg.
-- 
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down.     - Roger Sandall, The Age, 28Sep2001.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to