summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/lmbench/files/Makefile')
-rw-r--r--benchmarks/lmbench/files/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/benchmarks/lmbench/files/Makefile b/benchmarks/lmbench/files/Makefile
deleted file mode 100644
index cb0a1523e2a1..000000000000
--- a/benchmarks/lmbench/files/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# A Makefile for the installed lmbench
-BINDIR = ./bin/bsd
-
-results:
- @(cd scripts; ./config-run ${BINDIR}/CONFIG)
- @(cd scripts; ./results)
-
-rerun:
- @(if [ ! -f bin/bsd/CONFIG ]; then \
- (cd scripts; ./config-run ${BINDIR}/CONFIG); \
- fi)
- @(cd scripts; ./results)
-
-see:
- cd Results && make summary percent | more