From ecadde4d4dcf642cbe95ffa3d6b3ad67450c63b8 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 10 Dec 2015 12:31:01 -0500 Subject: Provide better "make depend" warning. Reviewed-by: Matt Caswell (cherry picked from commit 2e31ef0366d368ac8cf7f5ecc9052bff27337799) --- Configure | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index ac86cd6cf6..f10287ea20 100755 --- a/Configure +++ b/Configure @@ -124,6 +124,9 @@ my $clang_disabled_warnings = "-Wno-unused-parameter -Wno-missing-field-initiali # -Wextended-offsetof my $clang_devteam_warn = "-Wno-unused-parameter -Wno-missing-field-initializers -Wno-language-extension-token -Wno-extended-offsetof -Qunused-arguments"; +# Warn that "make depend" should be run? +my $warn_make_depend = 0; + my $strict_warnings = 0; my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL"; @@ -2028,14 +2031,8 @@ EOF &dofile("apps/CA.pl",'/usr/local/bin/perl','^#!/', '#!%s'); } if ($depflags ne $default_depflags && !$make_depend) { - print <