2003-06-01 13:28:10

by Rudmer van Dijk

[permalink] [raw]
Subject: [PATCH] 2.5.70.-bk6 make help missing target

Hi,

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'