summaryrefslogtreecommitdiffstats
path: root/rules/iozone.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 21:25:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:50 +0100
commitde1ab62a36ba25edcab86c51bcdb127554612b1a (patch)
tree0881d3ec76cc3d4b07d6bf7bd0cafeae2002c94b /rules/iozone.make
parentd41fb683549d7ef4ce3424181103acd8122be71b (diff)
downloadptxdist-de1ab62a36ba25edcab86c51bcdb127554612b1a.tar.gz
ptxdist-de1ab62a36ba25edcab86c51bcdb127554612b1a.tar.xz
[iozone] cleanup prepare
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iozone.make')
-rw-r--r--rules/iozone.make12
1 files changed, 2 insertions, 10 deletions
diff --git a/rules/iozone.make b/rules/iozone.make
index 013b4327d..8e3320ddf 100644
--- a/rules/iozone.make
+++ b/rules/iozone.make
@@ -36,23 +36,15 @@ $(IOZONE_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-IOZONE_PATH := PATH=$(CROSS_PATH)
-IOZONE_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-IOZONE_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --disable-debug
+IOZONE_CONF_TOOL := autoconf
$(STATEDIR)/iozone.prepare:
@$(call targetinfo)
- @$(call clean, $(IOZONE_DIR)/config.cache)
@chmod +x $(IOZONE_DIR)/configure
- cd $(IOZONE_DIR) && \
- $(IOZONE_PATH) $(IOZONE_ENV) \
- ./configure $(IOZONE_AUTOCONF)
+ @$(call world/prepare, IOZONE)
@$(call touch)
# ----------------------------------------------------------------------------