summaryrefslogtreecommitdiffstats
path: root/rules/host-python.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 18:19:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:51 +0100
commit11b8ce76fca8ca88e1a21c6810735069756d0203 (patch)
tree6bdedd947290d3f04277c482c9e19091bfde147f /rules/host-python.make
parent53eb65853ab9b6aa5bc2acf809879dfe303fc286 (diff)
downloadptxdist-11b8ce76fca8ca88e1a21c6810735069756d0203.tar.gz
ptxdist-11b8ce76fca8ca88e1a21c6810735069756d0203.tar.xz
[host-*] remove obsolete clean and prepare targets
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python.make')
-rw-r--r--rules/host-python.make20
1 files changed, 0 insertions, 20 deletions
diff --git a/rules/host-python.make b/rules/host-python.make
index d99dd8058..f8b91aa72 100644
--- a/rules/host-python.make
+++ b/rules/host-python.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-python.get: $(STATEDIR)/python.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-python.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_PYTHON_DIR))
- @$(call extract, PYTHON, $(HOST_BUILDDIR))
- @$(call patchin, PYTHON, $(HOST_PYTHON_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -68,12 +56,4 @@ $(STATEDIR)/host-python.install:
install -m 0755 $(HOST_PYTHON_DIR)/Parser/pgen $(PTXCONF_SYSROOT_HOST)/bin
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-python_clean:
- rm -rf $(STATEDIR)/host-python.*
- rm -rf $(HOST_PYTHON_DIR)
-
# vim: syntax=make