summaryrefslogtreecommitdiffstats
path: root/rules/lmbench.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 20:53:56 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:49 +0100
commit2521ac9355c3ce15d4058b6946545914b666a3d6 (patch)
tree9e95e908272cd035885a75c907757dc909cffcdb /rules/lmbench.make
parent8e1d08e70ae3aa0883f8ce3d43a1150aa19658e9 (diff)
downloadptxdist-2521ac9355c3ce15d4058b6946545914b666a3d6.tar.gz
ptxdist-2521ac9355c3ce15d4058b6946545914b666a3d6.tar.xz
[lmbench] modernise prepare
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lmbench.make')
-rw-r--r--rules/lmbench.make9
1 files changed, 2 insertions, 7 deletions
diff --git a/rules/lmbench.make b/rules/lmbench.make
index 3e0419ec0..0cc52da3d 100644
--- a/rules/lmbench.make
+++ b/rules/lmbench.make
@@ -38,17 +38,12 @@ $(LMBENCH_SOURCE):
#
# autoconf
#
-LMBENCH_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --disable-debug
+LMBENCH_CONF_TOOL := autoconf
$(STATEDIR)/lmbench.prepare:
@$(call targetinfo)
- @$(call clean, $(LMBENCH_DIR)/config.cache)
chmod +x $(LMBENCH_DIR)/configure
- cd $(LMBENCH_DIR) && \
- $(LMBENCH_PATH) $(LMBENCH_ENV) \
- ./configure $(LMBENCH_AUTOCONF)
+ @$(call world/prepare, LMBENCH)
@$(call touch)
# ----------------------------------------------------------------------------