summaryrefslogtreecommitdiffstats
path: root/rules/lmbench.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-20 18:23:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:44 +0100
commit0bcff36c4f481f4ff8f3f697029ce85079ef25ad (patch)
tree7961e6a400eaa3030e6d8aa1fe8cf922b33b6006 /rules/lmbench.make
parentedb277ba3d8f335923a3d845a97cc76da95b979b (diff)
downloadptxdist-0bcff36c4f481f4ff8f3f697029ce85079ef25ad.tar.gz
ptxdist-0bcff36c4f481f4ff8f3f697029ce85079ef25ad.tar.xz
[lmbench] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lmbench.make')
-rw-r--r--rules/lmbench.make32
1 files changed, 0 insertions, 32 deletions
diff --git a/rules/lmbench.make b/rules/lmbench.make
index d90b76138..3e0419ec0 100644
--- a/rules/lmbench.make
+++ b/rules/lmbench.make
@@ -32,23 +32,9 @@ $(LMBENCH_SOURCE):
@$(call get, LMBENCH)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/lmbench.extract:
- @$(call targetinfo)
- @$(call clean, $(LMBENCH_DIR))
- @$(call extract, LMBENCH)
- @$(call patchin, LMBENCH)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-LMBENCH_PATH := PATH=$(CROSS_PATH)
-LMBENCH_ENV := $(CROSS_ENV)
-
#
# autoconf
#
@@ -66,24 +52,6 @@ $(STATEDIR)/lmbench.prepare:
@$(call touch)
# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/lmbench.compile:
- @$(call targetinfo)
- cd $(LMBENCH_DIR) && $(LMBENCH_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/lmbench.install:
- @$(call targetinfo)
- @$(call install, LMBENCH)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------