]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Handle false positive from make.
[blhc/blhc.git] / bin / blhc
index 5c01ada03ff269953838fef909e31f7b7cbffd96..6c3853a7975c7c296afd6cf43845747f2a5f544e 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -466,6 +466,8 @@ while (my $line = <>) {
                     or $line =~ /^\s*(?:- )?(?:HOST_)?(?: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*/;
+            # `make` output.
+            next if $line =~ /^Making [a-z]+ in \S+/; # e.g. "[...] in c++"
 
             # Check if additional hardening options were used. Used to ensure
             # they are used for the complete build.