projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd696b
)
buildall file
author
bdemsky
<bdemsky>
Thu, 18 Nov 2010 05:46:23 +0000
(
05:46
+0000)
committer
bdemsky
<bdemsky>
Thu, 18 Nov 2010 05:46:23 +0000
(
05:46
+0000)
Robust/src/Benchmarks/oooJava/buildall
[new file with mode: 0755]
patch
|
blob
diff --git a/Robust/src/Benchmarks/oooJava/buildall
b/Robust/src/Benchmarks/oooJava/buildall
new file mode 100755
(executable)
index 0000000..
406f62a
--- /dev/null
+++ b/
Robust/src/Benchmarks/oooJava/buildall
@@ -0,0
+1,8
@@
+#!/bin/bash
+CUR=`pwd`
+for i in *
+do
+make rcr > rcrlog &
+make single > singlelog &
+cd $CUR
+done
\ No newline at end of file