From ab048ad81d786a0cd26c68b2dfec775d66b692be Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 13 Oct 2008 20:36:37 +0000 Subject: 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(-) --- kconfig/kconfig.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'kconfig') diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index 4b3321e3..7b6fa13d 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' -- cgit v1.2.3