[openssl-commits] [openssl] master update

Ben Laurie ben at openssl.org
Sat Dec 12 23:05:58 UTC 2015


The branch master has been updated
       via  40abdf8e395c0851adb87382388acf887d79ffc3 (commit)
      from  7a93c858263ab0f2719da9c3bb4d0ba68afac79c (commit)


- Log -----------------------------------------------------------------
commit 40abdf8e395c0851adb87382388acf887d79ffc3
Author: Ben Laurie <ben at links.org>
Date:   Sat Dec 12 13:33:20 2015 +0000

    Support ccache.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/domd | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/util/domd b/util/domd
index f5be00d..e39d3e3 100755
--- a/util/domd
+++ b/util/domd
@@ -8,6 +8,10 @@ if [ "$1" = "-MD" ]; then
     shift
     MAKEDEPEND=$1
     shift
+    if [ "$MAKEDEPEND" = "ccache" ]; then
+        MAKEDEPEND="$MAKEDEPEND $1"
+        shift
+    fi
 fi
 if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
 


More information about the openssl-commits mailing list