I noticed that make help was missing the 'gconfig' target. Is this deliberate
or someone just forgot to add it? What about the following patch?
Rudmer
--- linux-2.5.70-bk6/Makefile.orig 2003-06-01 14:52:53.000000000 +0200
+++ linux-2.5.70-bk6/Makefile 2003-06-01 14:54:46.000000000 +0200
@@ -789,7 +789,8 @@
@echo 'Configuration targets:'
@echo ' oldconfig - Update current config utilising a line-oriented
program'
@echo ' menuconfig - Update current config utilising a menu based program'
- @echo ' xconfig - Update current config utilising a X-based program'
+ @echo ' xconfig - Update current config utilising a QT based program'
+ @echo ' gconfig - Update current config utilising a GTK based program'
@echo ' defconfig - New config with default answer to all options'
@echo ' allmodconfig - New config selecting modules when possible'
@echo ' allyesconfig - New config where all options are accepted with yes'
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/