"make menuconfig" -- patch ?

Matti Aarnio (matti.aarnio@sonera.fi)
Mon, 13 Jul 1998 01:37:46 +0300 (EEST)


Hi,

There has been quite a bit of commenting about various non-functional
forms of "make *config".

It seems that there is at least one way to have the "make menuconfig" to
work quite reliably, and the patch is short (attached at the end).

What is the problem ? Unless you have a fast machine, pressing Y/N/M can
mean LONG delays while the system munches on the effects of the change,
and generates new menu.

Still I think it is better to have a sluggish system with which one can
move back and forward, than a faulty one, which does not present some
menus at all.

/Matti Aarnio <matti.aarnio@sonera.fi>

diff -w -r -u linux-2.1.108orig/scripts/Menuconfig
linux-2.1.108/scripts/Menuconfig
--- linux-2.1.108orig/scripts/Menuconfig Mon May 4 03:52:06 1998
+++ linux-2.1.108/scripts/Menuconfig Sun Jul 12 03:05:40 1998
@@ -53,7 +53,7 @@
# Change this to TRUE if you prefer all kernel options listed
# in a single menu rather than the standard menu hierarchy.
#
-single_menu_mode=
+single_menu_mode=TRUE

#
# Make sure we're really running bash.

-
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.altern.org/andrebalsa/doc/lkml-faq.html