Commit 17928cf9 authored by Richard Levitte's avatar Richard Levitte
Browse files

util/add-depends.pl: add the possibility for debug printouts

parent c39785d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;