summaryrefslogtreecommitdiffstats
path: root/rules/sparsehash.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 17:20:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:50 +0100
commit53eb65853ab9b6aa5bc2acf809879dfe303fc286 (patch)
tree306d7c59af063dcf6713b78840024c3dadc07df0 /rules/sparsehash.make
parent4516ef2e693b9c044999f7ea6f02cbcbe3114e05 (diff)
downloadptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.gz
ptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.xz
[rules] remove obsolete clean target & minor cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sparsehash.make')
-rw-r--r--rules/sparsehash.make13
1 files changed, 2 insertions, 11 deletions
diff --git a/rules/sparsehash.make b/rules/sparsehash.make
index 673b09045..b2e473f60 100644
--- a/rules/sparsehash.make
+++ b/rules/sparsehash.make
@@ -26,8 +26,8 @@ $(SPARSEHASH_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-SPARSEHASH_PATH := PATH=$(CROSS_PATH)
-SPARSEHASH_ENV := $(CROSS_ENV)
+SPARSEHASH_PATH := PATH=$(CROSS_PATH)
+SPARSEHASH_ENV := $(CROSS_ENV)
#
# autoconf
@@ -44,13 +44,4 @@ $(STATEDIR)/sparsehash.targetinstall:
@$(call targetinfo)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-sparsehash_clean:
- rm -rf $(STATEDIR)/sparsehash.*
- rm -rf $(PKGDIR)/sparsehash_*
- rm -rf $(SPARSEHASH_DIR)
-
# vim: syntax=make