From 64723824fd317225bd675140261c8514acf4cff2 Mon Sep 17 00:00:00 2001 From: Andrew Manison Date: Wed, 28 Apr 2010 14:33:44 +0000 Subject: Added rebuild-alpine.sh script, for running in a build bot. Tweaks to top-level makefile. --- makeall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makeall.sh') diff --git a/makeall.sh b/makeall.sh index 1566f090266..10966c3fdf9 100755 --- a/makeall.sh +++ b/makeall.sh @@ -1,7 +1,8 @@ #!/bin/sh -for p in 1 2 3 4 5 6 +for p in 1 2 3 do echo "============>>> ERROR: Pass $p <<<============" - make main 2>&1 | tee makelog-pass-$p.txt | grep ">>> ERROR:" + 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 -- cgit v1.2.3