X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=bd9ebbdb644eb52ca5b9f782f9ff0616077dc02e;hb=65129c8b72aecd6f2f44cde405bf81c803fa3ba9;hp=527a09866e59214cdb620e007c8f74796e94084b;hpb=01e6fd1cdcf4eaa755e4a9a6385e971bfe27774e;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 527a098..bd9ebbd 100755 --- a/bin/blhc +++ b/bin/blhc @@ -30,7 +30,9 @@ our $VERSION = '0.01'; # CONSTANTS/VARIABLES # Regex to catch compiler commands. -my $cc_regex = qr/(?:x86_64-linux-gnu-)?(?:(?) { or $line =~ /^\s*(?:- )?(?:CC|CXX)\s*=\s*$cc_regex\s*$/ or $line =~ /^\s*-- Check for working (?:C|CXX) compiler: / or $line =~ /^\s*(?:echo )?Using [A-Z_]+\s*=\s*/; + # Debian buildd output. + next if $line =~ /^\s*Depends: .*?$cc_regex.*?$/ + and $line !~ /\s-./; # option, prevent false negatives + push @input, $line; }