From 2e31ef0366d368ac8cf7f5ecc9052bff27337799 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 10 Dec 2015 12:31:01 -0500 Subject: [PATCH] Provide better "make depend" warning. Reviewed-by: Matt Caswell --- Configure | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/Configure b/Configure index 592bd771c2..b23cd2b08d 100755 --- a/Configure +++ b/Configure @@ -108,6 +108,9 @@ my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare # -Wextended-offsetof my $clang_devteam_warn = "-Wno-unused-parameter -Wno-missing-field-initializers -Wno-language-extension-token -Wno-extended-offsetof -Wconditional-uninitialized -Qunused-arguments -Wincompatible-pointer-types-discards-qualifiers -Wmissing-variable-declarations"; +# Warn that "make depend" should be run? +my $warn_make_depend = 0; + # These are used in addition to $gcc_devteam_warn unless this is a mingw build. # This adds backtrace information to the memory leak info. my $memleak_devteam_backtrace = "-rdynamic -DCRYPTO_MDEBUG_BACKTRACE"; @@ -2152,13 +2155,8 @@ EOF (system $make_command.$make_targets) == 0 or die "make $make_targets failed" if $make_targets ne ""; if ($depflags ne $default_depflags && !$make_depend) { - print <