summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.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-apache2.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-apache2.make')
-rw-r--r--rules/host-apache2.make19
1 files changed, 0 insertions, 19 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 3a37fade1..59307947d 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -30,17 +30,6 @@ $(STATEDIR)/host-apache2.get: $(STATEDIR)/apache2.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-apache2.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_APACHE2_DIR))
- @$(call extract, APACHE2, $(HOST_BUILDDIR))
- @$(call patchin, APACHE2, $(HOST_APACHE2_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -70,12 +59,4 @@ $(STATEDIR)/host-apache2.install:
@$(call targetinfo)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-apache2_clean:
- rm -rf $(STATEDIR)/host-apache2.*
- rm -rf $(HOST_APACHE2_DIR)
-
# vim: syntax=make