summaryrefslogtreecommitdiffstats
path: root/rules/host-pixman.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-pixman.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-pixman.make')
-rw-r--r--rules/host-pixman.make20
1 files changed, 0 insertions, 20 deletions
diff --git a/rules/host-pixman.make b/rules/host-pixman.make
index 1722a42c6..90e0329ee 100644
--- a/rules/host-pixman.make
+++ b/rules/host-pixman.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Robert Schwebel
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-pixman.get: $(STATEDIR)/pixman.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-pixman.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_PIXMAN_DIR))
- @$(call extract, PIXMAN, $(HOST_BUILDDIR))
- @$(call patchin, PIXMAN, $(HOST_PIXMAN_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -50,12 +38,4 @@ HOST_PIXMAN_ENV := $(HOST_ENV)
#
HOST_PIXMAN_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-pixman_clean:
- rm -rf $(STATEDIR)/host-pixman.*
- rm -rf $(HOST_PIXMAN_DIR)
-
# vim: syntax=make