[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Mar 14 15:06:42 UTC 2018


The branch master has been updated
       via  d35b2c72487dd07ca4e88a9c6bf4031a34e92dc1 (commit)
      from  346149c164605cf0e1b930d3f42a1f28f3babcae (commit)


- Log -----------------------------------------------------------------
commit d35b2c72487dd07ca4e88a9c6bf4031a34e92dc1
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Mar 14 12:39:45 2018 +0100

    util/add-depends.pl: sort the dependency files
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (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?$/ }


More information about the openssl-commits mailing list