From a6a28bf4a46270e6ca3d8d624e59b6c647b845cb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 26 Sep 2011 17:27:27 -0400 Subject: [PATCH] * always update git repo * make was working differently in gentoo --- Makefile | 1 + doit.sh | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1fbca2..6743405 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: cd cpu; make prep: + git update-server-info cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH: cat loadbot/testservers |xargs -n 1 --replace=BLAH ssh BLAH ./prep.pl diff --git a/doit.sh b/doit.sh index 74f9d28..a38a558 100755 --- a/doit.sh +++ b/doit.sh @@ -1,3 +1,9 @@ +#!/bin/bash + cd /root/benchmarks -make +cd cpu +time ./bc_sin.sh 500 +time ./bc_sin.sh 1000 +time ./bc_sin.sh 2000 +time ./bc_sin.sh 3000 bash