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)
This commit is contained in:
parent
c39785d4e6
commit
17928cf9f9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue