No one sane would you 'ct-ng config' to configure crosstool-NG.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 13 20:36:37 2008 +0000 (2008-10-13)
changeset 925ac50e4f1360a
parent 924 941294c6fcf1
child 926 fe3e5a3331b6
No one sane would you 'ct-ng config' to configure crosstool-NG.
Remove this useless rule.

/trunk/kconfig/kconfig.mk | 8 2 6 0 ++------
/trunk/ct-ng.comp | 2 1 1 0 +-
2 files changed, 3 insertions(+), 7 deletions(-)
ct-ng.comp
kconfig/kconfig.mk
     1.1 --- a/ct-ng.comp	Mon Oct 13 20:35:18 2008 +0000
     1.2 +++ b/ct-ng.comp	Mon Oct 13 20:36:37 2008 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4      start_steps=$(echo "${steps}" |sed -r -e 's/(^| )/\1+/;')
     1.5      stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;')
     1.6  
     1.7 -    actions='config menuconfig oldconfig saveconfig
     1.8 +    actions='menuconfig oldconfig saveconfig
     1.9               list-samples build build. list-steps regtest regtest-local
    1.10               regtest-global clean distclean wiki-samples updatetools
    1.11               tarball'
     2.1 --- a/kconfig/kconfig.mk	Mon Oct 13 20:35:18 2008 +0000
     2.2 +++ b/kconfig/kconfig.mk	Mon Oct 13 20:36:37 2008 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  
     2.5  KCONFIG_TOP = config/config.in
     2.6  obj = $(CT_TOP_DIR)/kconfig
     2.7 -PHONY += clean help oldconfig menuconfig config defoldconfig
     2.8 +PHONY += clean help oldconfig menuconfig defoldconfig
     2.9  
    2.10  # Darwin (MacOS-X) does not have proper libintl support
    2.11  ifeq ($(shell uname -s),Darwin)
    2.12 @@ -148,7 +148,7 @@
    2.13  $(CT_TOP_DIR)/config.gen/debug.in: $(DEBUG_CONFIG_FILES)
    2.14  	$(call build_gen_menu_in,$(patsubst $(CT_TOP_DIR)/%,%,$@),Debug,DEBUG,config/debug,$(DEBUGS))
    2.15  
    2.16 -config menuconfig oldconfig defoldconfig: $(KCONFIG_TOP)
    2.17 +menuconfig oldconfig defoldconfig: $(KCONFIG_TOP)
    2.18  
    2.19  $(KCONFIG_TOP):
    2.20  	@ln -sf $(CT_LIB_DIR)/config config
    2.21 @@ -156,9 +156,6 @@
    2.22  menuconfig: $(CONFIG_FILES) $(obj)/mconf
    2.23  	@$(obj)/mconf $(KCONFIG_TOP)
    2.24  
    2.25 -config: $(CONFIG_FILES) $(obj)/conf
    2.26 -	@$(obj)/conf $(KCONFIG_TOP)
    2.27 -
    2.28  oldconfig: $(CONFIG_FILES) $(obj)/conf
    2.29  	@$(obj)/conf -s $(KCONFIG_TOP)
    2.30  
    2.31 @@ -167,7 +164,6 @@
    2.32  
    2.33  # Help text used by make help
    2.34  help-config::
    2.35 -	@echo  '  config             - Update current config using a line-oriented program'
    2.36  	@echo  '  menuconfig         - Update current config using a menu based program'
    2.37  	@echo  '  oldconfig          - Update current config using a provided .config as base'
    2.38  	@echo  '                       build log piped into stdin'