The branch master has been updated
via 40abdf8e395c0851adb87382388acf887d79ffc3 (commit)
from 7a93c858263ab0f2719da9c3bb4d0ba68afac79c (commit)
- Log -----------------------------------------------------------------
commit 40abdf8e395c0851adb87382388acf887d79ffc3
Author: Ben Laurie <[email protected]>
Date: Sat Dec 12 13:33:20 2015 +0000
Support ccache.
Reviewed-by: Tim Hudson <[email protected]>
-----------------------------------------------------------------------
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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits