From: Richard Levitte Date: Thu, 15 Mar 2018 19:37:39 +0000 (+0100) Subject: util/add-depends.pl: add the possibility for debug printouts X-Git-Tag: OpenSSL_1_1_1-pre3~59 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=17928cf9f91af72cd5a83480d43cd278aff1f93a;ds=sidebyside util/add-depends.pl: add the possibility for debug printouts Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/5631) --- diff --git a/util/add-depends.pl b/util/add-depends.pl index 31996c4edd..67b69b0ac7 100644 --- a/util/add-depends.pl +++ b/util/add-depends.pl @@ -19,6 +19,7 @@ use File::Compare qw(compare_text); # data. This doesn't affect the mtime field, so we're not losing anything... ${^WIN32_SLOPPY_STAT} = 1; +my $debug = $ENV{ADD_DEPENDS_DEBUG}; my $buildfile = $config{build_file}; my $build_mtime = (stat($buildfile))[9]; my $rebuild = 0;