summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-13 20:36:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-13 20:36:37 (GMT)
commitab048ad81d786a0cd26c68b2dfec775d66b692be (patch)
tree96972e19c828b6294280438eab38ae876950108c /kconfig
parent715de83adeb7a02ad62efe7db70923b6b848a8b9 (diff)
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(-)
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/kconfig.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
index 4b3321e..7b6fa13 100644
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -7,7 +7,7 @@ export PROJECTVERSION=$(CT_VERSION)
KCONFIG_TOP = config/config.in
obj = $(CT_TOP_DIR)/kconfig
-PHONY += clean help oldconfig menuconfig config defoldconfig
+PHONY += clean help oldconfig menuconfig defoldconfig
# Darwin (MacOS-X) does not have proper libintl support
ifeq ($(shell uname -s),Darwin)
@@ -148,7 +148,7 @@ $(CT_TOP_DIR)/config.gen/tools.in: $(TOOL_CONFIG_FILES)
$(CT_TOP_DIR)/config.gen/debug.in: $(DEBUG_CONFIG_FILES)
$(call build_gen_menu_in,$(patsubst $(CT_TOP_DIR)/%,%,$@),Debug,DEBUG,config/debug,$(DEBUGS))
-config menuconfig oldconfig defoldconfig: $(KCONFIG_TOP)
+menuconfig oldconfig defoldconfig: $(KCONFIG_TOP)
$(KCONFIG_TOP):
@ln -sf $(CT_LIB_DIR)/config config
@@ -156,9 +156,6 @@ $(KCONFIG_TOP):
menuconfig: $(CONFIG_FILES) $(obj)/mconf
@$(obj)/mconf $(KCONFIG_TOP)
-config: $(CONFIG_FILES) $(obj)/conf
- @$(obj)/conf $(KCONFIG_TOP)
-
oldconfig: $(CONFIG_FILES) $(obj)/conf
@$(obj)/conf -s $(KCONFIG_TOP)
@@ -167,7 +164,6 @@ defoldconfig: $(CONFIG_FILES) $(obj)/conf
# Help text used by make help
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'
@echo ' build log piped into stdin'