Here is another little fix for the EXPERT help file, and a small addition for WIZARD,
which at present only unsuppresses the kernel hacking menu.

I was having trouble seeing the help for EXPERT and WIZARD,  even though
these entries had been appended properly to Configure.help.  I temporarily
commented out the private statement for EXPERT and WIZARD in rules.cml,
saved my configuration, stopped and restarted the configurator, and the problem 
went away.

Also, do we want to have something like:
unless EXPERT suppress WIZARD
just before
require WIZARD implies EXPERT
in rules.cml?  Or is this something that has come and gone and has been already
thrown out.  The earliest version of CML2 which I've retained is 1.1.2.  If there was
an archive of these versions online, I could grab an old copy and answer that
question myself.

Steven

Here is the patch:

--- install-cml2_1.2.4  Tue Apr 24 09:53:12 2001
+++ install-cml2        Tue Apr 24 11:19:09 2001
@@ -237,7 +237,12 @@
 Prompt for expert choices (those with no help attached)
 CONFIG_EXPERT
   Show user configuration choices that have no associated help.  These are
-  presumed to be expert-level c\hoices that most people will not want to see.
+  presumed to be expert-level choices that most people will not want to see.
+
+Prompt for features that require kernel source changes.
+CONFIG_WIZARD
+  This will allow you to make choices from the Kernel hacking menu.
+
 """
 

_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to