diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-04-05 16:31:17 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-04-05 16:31:17 +0000 |
commit | 97a19460d006618b87187827f8d8a4aa6ecf0468 (patch) | |
tree | 09e0684920503fa4dc025854562b0fc1f8d6b8b7 /makeall.sh | |
parent | c9214a0549042005267e97080de0cac812deb8ab (diff) | |
download | aports-97a19460d006618b87187827f8d8a4aa6ecf0468.tar.bz2 aports-97a19460d006618b87187827f8d8a4aa6ecf0468.tar.xz |
Updates to package build files to specify updated or relocated sources
Diffstat (limited to 'makeall.sh')
-rwxr-xr-x | makeall.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makeall.sh b/makeall.sh new file mode 100755 index 000000000..1566f0902 --- /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 |