summaryrefslogtreecommitdiff
path: root/bin/check_build_logs
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 03:48:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 03:48:05 +0000
commit0fdb266659d7cb8d1c7513df6ab66b0ed9749971 (patch)
tree3fff3690be1e28f2078b3cd2db45102a8a1330e8 /bin/check_build_logs
parent3259ff9364f92538b92ca5d5d8933fdba69e2e6e (diff)
downloadATCD-0fdb266659d7cb8d1c7513df6ab66b0ed9749971.tar.gz
ChangeLogTag: Tue Jul 06 22:47:04 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'bin/check_build_logs')
-rwxr-xr-xbin/check_build_logs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check_build_logs b/bin/check_build_logs
index a0052cd75e6..5548ddc2705 100755
--- a/bin/check_build_logs
+++ b/bin/check_build_logs
@@ -74,7 +74,7 @@ chdir $log_directory ||
open (EGREP, "egrep -n \'Error|errors|[^a][Ss]top|No rule to make|\(undefined symb\)|[Ww]arn|not exist|core dumped|: #[0-9]|cxx:\' $log_files |") ||
die "$0: unable to open egrep\n";
while (<EGREP>) {
- push @output, $_ unless /calls, 0 errors/;
+ push @output, $_ unless /calls, 0 errors$/ || /Found non-pic R_SPARC/;
}
close EGREP;