summaryrefslogtreecommitdiffstats
path: root/util/add-depends.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-15 20:37:39 +0100
committerRichard Levitte <levitte@openssl.org>2018-03-16 09:33:53 +0100
commit17928cf9f91af72cd5a83480d43cd278aff1f93a (patch)
treeafca2f6dad38c3ae907ca7874fcd61a6c18bae24 /util/add-depends.pl
parentc39785d4e64587d3a07a8ce8f25046f407107e71 (diff)
util/add-depends.pl: add the possibility for debug printouts
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5631)
Diffstat (limited to 'util/add-depends.pl')
-rw-r--r--util/add-depends.pl1
1 files changed, 1 insertions, 0 deletions
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;