summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
commitf16fcce2da2b8fdcb3fa0babe90c6f713d57985a (patch)
tree3a8e3ae9f84fd091fc250ae57bac99b19a63e012 /rules/python.make
parentb950e21a84698ed4ec1c6d31457f8c38541e262c (diff)
downloadptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.gz
ptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make23
1 files changed, 3 insertions, 20 deletions
diff --git a/rules/python.make b/rules/python.make
index a2b596b7b..5c55b9559 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -33,10 +33,7 @@ PYTHON_BUILDDIR = $(PYTHON_DIR)-build
python_get: $(STATEDIR)/python.get
-python_get_deps = \
- $(PYTHON_SOURCE)
-
-$(STATEDIR)/python.get: $(python_get_deps_default)
+$(STATEDIR)/python.get: $(PYTHON_SOURCE)
@$(call targetinfo, $@)
@$(call get_patches, $(PYTHON))
@$(call touch, $@)
@@ -51,9 +48,6 @@ $(PYTHON_SOURCE):
python_extract: $(STATEDIR)/python.extract
-python_extract_deps = \
- $(STATEDIR)/python.get
-
$(STATEDIR)/python.extract: $(python_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(PYTHON_DIR))
@@ -67,13 +61,6 @@ $(STATEDIR)/python.extract: $(python_extract_deps)
python_prepare: $(STATEDIR)/python.prepare
-#
-# dependencies
-#
-python_prepare_deps = \
- $(STATEDIR)/virtual-xchain.install \
- $(STATEDIR)/python.extract
-
PYTHON_PATH = PATH=$(CROSS_PATH)
PYTHON_ENV = $(CROSS_ENV)
@@ -100,10 +87,6 @@ $(STATEDIR)/python.prepare: $(python_prepare_deps_default)
python_compile: $(STATEDIR)/python.compile
-python_compile_deps = \
- $(STATEDIR)/xchain-python.compile \
- $(STATEDIR)/python.prepare
-
$(STATEDIR)/python.compile: $(python_compile_deps_default)
@$(call targetinfo, $@)
$(PYTHON_PATH) make -C $(PYTHON_BUILDDIR) $(PYTHON_MAKEVARS)
@@ -115,7 +98,7 @@ $(STATEDIR)/python.compile: $(python_compile_deps_default)
python_install: $(STATEDIR)/python.install
-$(STATEDIR)/python.install:
+$(STATEDIR)/python.install: $(python_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -125,7 +108,7 @@ $(STATEDIR)/python.install:
python_targetinstall: $(STATEDIR)/python.targetinstall
-$(STATEDIR)/python.targetinstall: $(STATEDIR)/python.compile
+$(STATEDIR)/python.targetinstall: $(python_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)