Update of /cvsroot/linux-vax/kernel-2.4/Documentation/kbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv23180/Documentation/kbuild
Modified Files:
config-language.txt
Log Message:
DA: sync to Marcelo 2.4.18 + remove init_mmap (no longer needed)
Index: config-language.txt
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/Documentation/kbuild/config-language.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config-language.txt 14 Jan 2001 20:05:39 -0000 1.1.1.1
+++ config-language.txt 10 Jun 2003 01:45:45 -0000 1.2
@@ -30,7 +30,7 @@
scripts/Configure make config, make oldconfig
scripts/Menuconfig make menuconfig
scripts/tkparse make xconfig
- mconfig (in development)
+ mconfig ftp.kernel.org/pub/linux/kernel/people/hch/mconfig/
'Configure' is a bash script which interprets Config.in files by sourcing
them. Some of the Config Language commands are native bash commands;
@@ -52,9 +52,6 @@
into an internal syntax tree and then hands the syntax tree to one of
several user-interface front ends.
-This document describes the behaviour of all four interpreters, even though
-mconfig has not been released at the time of writing.
-
=== Statements
@@ -489,7 +486,7 @@
Configure: implemented
Menuconfig: implemented
XConfig: implemented
-mconfig: not implemented
+mconfig: implemented
Example:
|