summaryrefslogtreecommitdiffstats
path: root/makeall.sh
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2010-04-05 16:31:17 +0000
committerAndrew Manison <amanison@anselsystems.com>2010-04-05 16:31:17 +0000
commit97a19460d006618b87187827f8d8a4aa6ecf0468 (patch)
tree09e0684920503fa4dc025854562b0fc1f8d6b8b7 /makeall.sh
parentc9214a0549042005267e97080de0cac812deb8ab (diff)
Updates to package build files to specify updated or relocated sources
Diffstat (limited to 'makeall.sh')
-rwxr-xr-xmakeall.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/makeall.sh b/makeall.sh
new file mode 100755
index 00000000000..1566f090266
--- /dev/null
+++ b/makeall.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for p in 1 2 3 4 5 6
+do
+ echo "============>>> ERROR: Pass $p <<<============"
+ make main 2>&1 | tee makelog-pass-$p.txt | grep ">>> ERROR:"
+done