summaryrefslogtreecommitdiffstats
path: root/rules/iozone.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/iozone.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/iozone.make')
-rw-r--r--rules/iozone.make10
1 files changed, 0 insertions, 10 deletions
diff --git a/rules/iozone.make b/rules/iozone.make
index 240ff75fc..013b4327d 100644
--- a/rules/iozone.make
+++ b/rules/iozone.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template-make 9053 2008-11-03 10:58:48Z wsa $
#
# Copyright (C) 2009 by Luotao Fu <l.fu@pengutronix.de>
#
@@ -79,13 +78,4 @@ $(STATEDIR)/iozone.targetinstall:
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-iozone_clean:
- rm -rf $(STATEDIR)/iozone.*
- rm -rf $(PKGDIR)/iozone_*
- rm -rf $(IOZONE_DIR)
-
# vim: syntax=make