X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=2bf99cc6145e6ca40459a253fab32103ba9afd0f;hp=c77a16cedddc3c91333098f9a96a4104abdaae6a;hb=6a266054ba6327a2b19fe1462cdbcfbb13f3b403;hpb=a620eb381dd81f8adb768e01e85c10fa43211dd4 diff --git a/bin/blhc b/bin/blhc index c77a16c..2bf99cc 100755 --- a/bin/blhc +++ b/bin/blhc @@ -442,6 +442,8 @@ sub is_non_verbose_build { # C++ compiler setting. return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/; return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/; + # "Compiling" non binary files. + return 0 if $line =~ /^\s*Compiling \S+\.(?:py|el)['"]?(?:\.\.\.)?$/; # "Compiling" with no file name. if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) { # $file_extension_regex may need spaces around the filename.