X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fblhc;h=7075ec812c7076485866279e4258fe03999a6c30;hb=176279c453afed1e0aab9db5283a92b1e92e1fb1;hp=e707d875483ec6ced90a6c99e36fc610ad7cd80f;hpb=b6a455aca2411cd855394cf0cc1e37d4dd096e53;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index e707d87..7075ec8 100755 --- a/bin/blhc +++ b/bin/blhc @@ -134,9 +134,7 @@ sub all_flags_used { } } - if (scalar @missing_flags == 0) { - return 1; - } + return 1 if scalar @missing_flags == 0; @{$missing_flags_ref} = @missing_flags; return 0; @@ -168,7 +166,7 @@ sub is_non_verbose_build { my ($line, $next_line, $skip_ref) = @_; if (not ($line =~ /^checking if you want to see long compiling messages\.\.\. no/ - or $line =~ /^\s*\[?(?:CC|CCLD|CXX|CXXLD|LD)\]?\s+(.+?)$/ + or $line =~ /^\s*\[?(?:CC|CCLD|CXX|CXXLD|LD|LINK)\]?\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 (.+?)$/)) {