diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 16:24:23 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 16:24:23 +0000 |
commit | 253edb125ba3d8ffc7bf29f1677c2b6513709b91 (patch) | |
tree | 56057324e832098fd914b6bffc22e1b0b5a8e997 /kconfig/Makefile | |
parent | b9f843657aca844a6f08d807fcb493b4abc0f723 (diff) | |
download | crosstool-ng-253edb125ba3d8ffc7bf29f1677c2b6513709b91.tar.gz crosstool-ng-253edb125ba3d8ffc7bf29f1677c2b6513709b91.tar.bz2 crosstool-ng-253edb125ba3d8ffc7bf29f1677c2b6513709b91.zip |
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).
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |