From 253edb125ba3d8ffc7bf29f1677c2b6513709b91 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 17 Jun 2007 16:24:23 +0000 Subject: Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable). --- kconfig/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kconfig') diff --git a/kconfig/Makefile b/kconfig/Makefile index a98092ce..95446f1d 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -58,14 +58,10 @@ defoldconfig:$(obj)/conf $(GEN_CONFIG_FILES) @yes "" |$< -s $(KCONFIG_TOP) >/dev/null # Help text used by make help -help:: - @echo 'General purpose configuration targets:' +help-config:: @echo ' config - Update current config using a line-oriented program' @echo ' menuconfig - Update current config using a menu based program' @echo ' oldconfig - Update current config using a provided .config as base' - @# saveconfig is listed here for homogeneity, but implemented in samples/Makefile - @echo ' saveconfig - Save current config as a preconfigured target' - @echo '' # Cheesy build -- cgit v1.2.3