]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Support verbose builds which use "Compiling filename...".
[blhc/blhc.git] / bin / blhc
index f5fbfb8f3250d3843b4e61d714dfd475c57c7f4d..585df64686548a44b699b8a8abbd8221ef449ffb 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -117,7 +117,7 @@ sub is_non_verbose_build {
 
     if (not ($line =~ /^checking if you want to see long compiling messages\.\.\. no/
                 or $line =~ /^\s*(?:CC|CCLD)\s+(.+?)$/
-                or $line =~ /^\s*(?:C|c)ompiling\s+(.+?)$/
+                or $line =~ /^\s*(?:C|c)ompiling\s+(.+?)(?:\.\.\.)?$/
                 or $line =~ /^\s*(?:B|b)uilding (?:program|shared library)\s+(.+?)$/
                 or $line =~ /^\s*\[[\d ]+%\] Building (?:C|CXX) object (.+?)$/)) {
         return 0;