The branch master has been updated
via d35b2c72487dd07ca4e88a9c6bf4031a34e92dc1 (commit)
from 346149c164605cf0e1b930d3f42a1f28f3babcae (commit)
- Log -----------------------------------------------------------------
commit d35b2c72487dd07ca4e88a9c6bf4031a34e92dc1
Author: Richard Levitte <[email protected]>
Date: Wed Mar 14 12:39:45 2018 +0100
util/add-depends.pl: sort the dependency files
Reviewed-by: Rich Salz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/5617)
-----------------------------------------------------------------------
Summary of changes:
util/add-depends.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/add-depends.pl b/util/add-depends.pl
index 573986d..d2bba5e 100644
--- a/util/add-depends.pl
+++ b/util/add-depends.pl
@@ -15,6 +15,7 @@ my $buildfile = $config{build_file};
my $buildfile_new = "$buildfile-$$";
my $depext = $target{dep_extension} || ".d";
my @deps =
+ sort
grep { -f $_ }
map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
grep { $unified_info{sources}->{$_}->[0] =~ /\.cc?$/ }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits