aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-14 06:19:50 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-14 06:19:50 +0000
commitf61d5cfb5b09610954e33c75b70d4a2070e4e1e5 (patch)
tree2c3535fb1494bdbbd644b35e66d0d340a0835f58 /benchmarks
parentc30ab1ec95eae77850b27a61af7f8b290d19765f (diff)
downloadports-f61d5cfb5b09610954e33c75b70d4a2070e4e1e5.tar.gz
ports-f61d5cfb5b09610954e33c75b70d4a2070e4e1e5.zip
The Makefile that has three targets, "results", "rerun" and "see", gets
copied over to ${PREFIX}/lib/lmbench.
Notes
Notes: svn path=/head/; revision=1743
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/lmbench/files/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmarks/lmbench/files/Makefile b/benchmarks/lmbench/files/Makefile
new file mode 100644
index 000000000000..cb0a1523e2a1
--- /dev/null
+++ b/benchmarks/lmbench/files/Makefile
@@ -0,0 +1,15 @@
+# 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