From 036ab16a2c1504773e0f13dd8abbd042483d0da0 Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 14 May 1995 06:19:50 +0000 Subject: The Makefile that has three targets, "results", "rerun" and "see", gets copied over to ${PREFIX}/lib/lmbench. --- benchmarks/lmbench/files/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 benchmarks/lmbench/files/Makefile (limited to 'benchmarks/lmbench') diff --git a/benchmarks/lmbench/files/Makefile b/benchmarks/lmbench/files/Makefile new file mode 100644 index 0000000..cb0a152 --- /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 -- cgit v1.1