From: Rich Salz Date: Thu, 10 Dec 2015 17:31:01 +0000 (-0500) Subject: Provide better "make depend" warning. X-Git-Tag: OpenSSL_1_1_0-pre2~203 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2e31ef0366d368ac8cf7f5ecc9052bff27337799;ds=sidebyside Provide better "make depend" warning. Reviewed-by: Matt Caswell --- 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 <