summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/metabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/metabuild b/bin/metabuild
index b9d3a4b..455d403 100755
--- a/bin/metabuild
+++ b/bin/metabuild
@@ -51,7 +51,7 @@ if os.uname()[0] == 'Linux':
#output_print_timeout_mseconds = 5000
output_print_timeout_mseconds = 0
-warning_re = re.compile(r': ((warning)|(error)|(fatal error)): ')
+warning_re = re.compile(r'(: ((warning)|(error)|(fatal error)): )|(make(\[[0-9]+\])?: \*\*\*)')
output_whitelist_re = re.compile(r'^(make(\[[0-9]+\])?: Entering directory)|(metabuild: )')
default_make_parallel = ['-j', '%d' % (cpu_count() * 6, )]
configargs = ['--prefix=' + root, '--libdir=' + libdir]