summaryrefslogtreecommitdiffstats
path: root/rules/lmbench.make
diff options
context:
space:
mode:
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
# ----------------------------------------------------------------------------