projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c6782
)
build script for everything
author
bdemsky
<bdemsky>
Wed, 19 Nov 2008 08:56:21 +0000
(08:56 +0000)
committer
bdemsky
<bdemsky>
Wed, 19 Nov 2008 08:56:21 +0000
(08:56 +0000)
Robust/src/Benchmarks/Prefetch/buildall
[new file with mode: 0755]
patch
|
blob
diff --git a/Robust/src/Benchmarks/Prefetch/buildall
b/Robust/src/Benchmarks/Prefetch/buildall
new file mode 100755
(executable)
index 0000000..
b7b6373
--- /dev/null
+++ b/
Robust/src/Benchmarks/Prefetch/buildall
@@ -0,0
+1,9
@@
+#!/bin/bash
+curpath=`pwd`
+for i in */dsm */javasingle
+do
+echo Building $i
+cd $i
+make
+cd $curpath
+done