From: Ben Gras Date: Wed, 3 Feb 2010 16:48:08 +0000 (+0000) Subject: benchmarks makefile. X-Git-Tag: v3.1.6~2 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=7ff2ced50a2c002d103b6892c56fc86417049a5e;p=minix.git benchmarks makefile. --- diff --git a/benchmarks/Makefile b/benchmarks/Makefile new file mode 100644 index 000000000..322246d5f --- /dev/null +++ b/benchmarks/Makefile @@ -0,0 +1,7 @@ +# Makefile for the benchmarks. + +all:: + chmod 755 run + +all clean:: + for b in *bench*; do cd $$b && $(MAKE) $@; done diff --git a/benchmarks/run b/benchmarks/run index 887b40d96..1bc2c8c7a 100644 --- a/benchmarks/run +++ b/benchmarks/run @@ -2,6 +2,8 @@ set -e +make + benchmarks=`echo *bench*` runbench() {