From f61d5cfb5b09610954e33c75b70d4a2070e4e1e5 Mon Sep 17 00:00:00 2001 From: Satoshi 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 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 -- cgit v1.2.3