summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.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-glib.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-glib.make')
-rw-r--r--rules/host-glib.make19
1 files changed, 0 insertions, 19 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 181a92585..c0bd093c8 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -31,17 +31,6 @@ $(STATEDIR)/host-glib.get: $(STATEDIR)/glib.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-glib.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_GLIB_DIR))
- @$(call extract, GLIB, $(HOST_BUILDDIR))
- @$(call patchin, GLIB, $(HOST_GLIB_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -59,12 +48,4 @@ HOST_GLIB_AUTOCONF := \
$(HOST_AUTOCONF) \
--with-libiconv=gnu
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-glib_clean:
- rm -rf $(STATEDIR)/host-glib.*
- rm -rf $(HOST_GLIB_DIR)
-
# vim: syntax=make