X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=585df64686548a44b699b8a8abbd8221ef449ffb;hb=0a47fe3860b5c7aecbb60760010b69a28ef460ff;hp=f5fbfb8f3250d3843b4e61d714dfd475c57c7f4d;hpb=c5394f86cae6babdd822c503b56ff53804bf83f0;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index f5fbfb8..585df64 100755 --- 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;