summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 16:51:08 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 16:51:08 +0000
commit0de937eeb41bbdd6a908ea3cac641d8133b020f1 (patch)
tree18cf0ded789c1d8b4ae392f691349bbbc5fb9b8c /rules/coreutils.make
parent0f9a65c34996a8a2d59dcd1e442b1b6f980b5a83 (diff)
downloadptxdist-0de937eeb41bbdd6a908ea3cac641d8133b020f1.tar.gz
ptxdist-0de937eeb41bbdd6a908ea3cac641d8133b020f1.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3806 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/coreutils.make')
-rw-r--r--rules/coreutils.make17
1 files changed, 5 insertions, 12 deletions
diff --git a/rules/coreutils.make b/rules/coreutils.make
index eb7c6a6ac..b6d9dc07d 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -45,7 +45,7 @@ $(COREUTILS_SOURCE):
coreutils_extract: $(STATEDIR)/coreutils.extract
-$(STATEDIR)/coreutils.extract: $(STATEDIR)/coreutils.get
+$(STATEDIR)/coreutils.extract: $(coreutils_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(COREUTILS_DIR))
@$(call extract, $(COREUTILS_SOURCE))
@@ -71,14 +71,7 @@ COREUTILS_ENV = $(CROSS_ENV)
#COREUTILS_AUTOCONF += --enable-shell=ksh
#endif
-#
-# dependencies
-#
-coreutils_prepare_deps = \
- $(STATEDIR)/virtual-xchain.install \
- $(STATEDIR)/coreutils.extract \
-
-$(STATEDIR)/coreutils.prepare: $(coreutils_prepare_deps)
+$(STATEDIR)/coreutils.prepare: $(coreutils_prepare_deps_default)
@$(call targetinfo, $@)
cd $(COREUTILS_DIR) && \
@@ -97,7 +90,7 @@ coreutils_compile_deps = $(STATEDIR)/coreutils.prepare
coreutils_compile: $(STATEDIR)/coreutils.compile
-$(STATEDIR)/coreutils.compile: $(STATEDIR)/coreutils.prepare
+$(STATEDIR)/coreutils.compile: $(coreutils_compile_deps_default)
@$(call targetinfo, $@)
$(COREUTILS_PATH) make -C $(COREUTILS_DIR)/lib libfetish.a
ifdef PTXCONF_COREUTILS_CP
@@ -120,7 +113,7 @@ endif
coreutils_install: $(STATEDIR)/coreutils.install
-$(STATEDIR)/coreutils.install:
+$(STATEDIR)/coreutils.install: $(coreutils_install_deps_default)
@$(call targetinfo, $@)
# FIXME
# @$(call install, COREUTILS)
@@ -132,7 +125,7 @@ $(STATEDIR)/coreutils.install:
coreutils_targetinstall: $(STATEDIR)/coreutils.targetinstall
-$(STATEDIR)/coreutils.targetinstall: $(STATEDIR)/coreutils.compile
+$(STATEDIR)/coreutils.targetinstall: $(coreutils_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)