X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=0892cad25e345f0c830c58a929b4b54ebbac73f3;hp=43000271861b6512d66543e6104361a9d9f15736;hb=0798b6d8fc65dd5fe2a975789dea153a96dcac89;hpb=ffbca2531949e223d64ec36915f16ffa0802e088 diff --git a/bin/blhc b/bin/blhc index 4300027..0892cad 100755 --- a/bin/blhc +++ b/bin/blhc @@ -545,6 +545,7 @@ sub is_non_verbose_build { return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/; # "Compiling" non binary files. return 0 if $line =~ /^\s*Compiling \S+\.(?:py|el)['"]?\s*(?:\.\.\.)?$/; + return 0 if $line =~ /^\s*[Cc]ompiling catalog \S+\.po\b/; # "Compiling" with no file name. if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) { # $file_extension_regex may need spaces around the filename.