projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346149c
)
util/add-depends.pl: sort the dependency files
author
Richard Levitte
<levitte@openssl.org>
Wed, 14 Mar 2018 11:39:45 +0000
(12:39 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 14 Mar 2018 15:06:37 +0000
(16:06 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5617)
util/add-depends.pl
patch
|
blob
|
history
diff --git
a/util/add-depends.pl
b/util/add-depends.pl
index 573986d686508508e2573d69c255afec16146675..d2bba5e192ba73c08700568eff4da5a7b51023e7 100644
(file)
--- 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?$/ }