summaryrefslogtreecommitdiffstats
path: root/makeall.sh
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2012-01-03 07:51:02 +0000
committerAndrew Manison <amanison@anselsystems.com>2012-01-03 07:51:02 +0000
commit12ad231161f7f816c875ea3dd46d135fd20a5d1c (patch)
tree3daf8ecaa5428dece7099e6b64bb7657186b0b8c /makeall.sh
parent729bf5217292d082dcadf37a7e19424a156eca5d (diff)
downloadaports-12ad231161f7f816c875ea3dd46d135fd20a5d1c.tar.bz2
aports-12ad231161f7f816c875ea3dd46d135fd20a5d1c.tar.xz
aports tree: Removed QA build scripts to new repo
Diffstat (limited to 'makeall.sh')
-rwxr-xr-xmakeall.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/makeall.sh b/makeall.sh
deleted file mode 100755
index 10966c3fd..000000000
--- a/makeall.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-for p in 1 2 3
-do
- echo "============>>> ERROR: Pass $p <<<============"
- make main 2>&1 | tee makelog-pass-$p-main.txt | grep ">>> ERROR:"
- make testing 2>&1 | tee makelog-pass-$p-testing.txt | grep ">>> ERROR:"
-done