summaryrefslogtreecommitdiffstats
path: root/rules/host-liblzo.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-liblzo.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-liblzo.make')
-rw-r--r--rules/host-liblzo.make19
1 files changed, 0 insertions, 19 deletions
diff --git a/rules/host-liblzo.make b/rules/host-liblzo.make
index 7127adee3..6749c52a2 100644
--- a/rules/host-liblzo.make
+++ b/rules/host-liblzo.make
@@ -27,17 +27,6 @@ $(STATEDIR)/host-liblzo.get: $(STATEDIR)/liblzo.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-liblzo.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_LIBLZO_DIR))
- @$(call extract, LIBLZO, $(HOST_BUILDDIR))
- @$(call patchin, LIBLZO, $(HOST_LIBLZO_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -49,12 +38,4 @@ HOST_LIBLZO_ENV := $(HOST_ENV)
#
HOST_LIBLZO_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-liblzo_clean:
- rm -rf $(STATEDIR)/host-liblzo.*
- rm -rf $(HOST_LIBLZO_DIR)
-
# vim: syntax=make