summaryrefslogtreecommitdiffstats
path: root/rules/cfgsh.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 15:59:32 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 15:59:32 +0000
commit17370cf6117690cd39d0de7619e39a037f07e481 (patch)
tree8bbe5f7c99bea3d2e842069681fb620c4373d973 /rules/cfgsh.make
parent581c58aa3e21bd21d90361713e5816041ed4cef6 (diff)
downloadptxdist-17370cf6117690cd39d0de7619e39a037f07e481.tar.gz
ptxdist-17370cf6117690cd39d0de7619e39a037f07e481.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3801 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cfgsh.make')
-rw-r--r--rules/cfgsh.make26
1 files changed, 5 insertions, 21 deletions
diff --git a/rules/cfgsh.make b/rules/cfgsh.make
index 221f3fca9..411f5f2ea 100644
--- a/rules/cfgsh.make
+++ b/rules/cfgsh.make
@@ -48,9 +48,7 @@ $(CFGSH_SOURCE):
cfgsh_extract: $(STATEDIR)/cfgsh.extract
-cfgsh_extract_deps = $(STATEDIR)/cfgsh.get
-
-$(STATEDIR)/cfgsh.extract: $(cfgsh_extract_deps)
+$(STATEDIR)/cfgsh.extract: $(cfgsh_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(CFGSH_DIR))
@$(call extract, $(CFGSH_SOURCE))
@@ -62,16 +60,6 @@ $(STATEDIR)/cfgsh.extract: $(cfgsh_extract_deps)
cfgsh_prepare: $(STATEDIR)/cfgsh.prepare
-#
-# dependencies
-#
-cfgsh_prepare_deps = \
- $(STATEDIR)/cfgsh.extract \
- $(STATEDIR)/readline.install \
- $(STATEDIR)/ncurses.install \
- $(STATEDIR)/virtual-xchain.install
-
-
CFGSH_PATH = PATH=$(CROSS_PATH)
CFGSH_ENV = $(CROSS_ENV)
#CFGSH_ENV +=
@@ -83,7 +71,7 @@ CFGSH_AUTOCONF = \
--build=$(GNU_HOST) \
--host=$(PTXCONF_GNU_TARGET) \
-$(STATEDIR)/cfgsh.prepare: $(cfgsh_prepare_deps)
+$(STATEDIR)/cfgsh.prepare: $(cfgsh_prepare_deps_default)
@$(call targetinfo, $@)
# @$(call clean, $(CFGSH_DIR)/config.cache)
# cd $(CFGSH_DIR) && \
@@ -97,9 +85,7 @@ $(STATEDIR)/cfgsh.prepare: $(cfgsh_prepare_deps)
cfgsh_compile: $(STATEDIR)/cfgsh.compile
-cfgsh_compile_deps = $(STATEDIR)/cfgsh.prepare
-
-$(STATEDIR)/cfgsh.compile: $(cfgsh_compile_deps)
+$(STATEDIR)/cfgsh.compile: $(cfgsh_compile_deps_default)
@$(call targetinfo, $@)
$(CFGSH_ENV) $(CFGSH_PATH) make -C $(CFGSH_DIR)
@$(call touch, $@)
@@ -110,7 +96,7 @@ $(STATEDIR)/cfgsh.compile: $(cfgsh_compile_deps)
cfgsh_install: $(STATEDIR)/cfgsh.install
-$(STATEDIR)/cfgsh.install: $(STATEDIR)/cfgsh.compile
+$(STATEDIR)/cfgsh.install: $(cfgsh_install_deps_default)
@$(call targetinfo, $@)
# FIXME:
# @$(call install, CFGSH)
@@ -122,9 +108,7 @@ $(STATEDIR)/cfgsh.install: $(STATEDIR)/cfgsh.compile
cfgsh_targetinstall: $(STATEDIR)/cfgsh.targetinstall
-cfgsh_targetinstall_deps = $(STATEDIR)/cfgsh.compile
-
-$(STATEDIR)/cfgsh.targetinstall: $(cfgsh_targetinstall_deps)
+$(STATEDIR)/cfgsh.targetinstall: $(cfgsh_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)