summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-common-autoconf-build-performance.m4
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2016-01-31 19:37:15 +0000
committerGreg Lewis <glewis@FreeBSD.org>2016-01-31 19:37:15 +0000
commit44d8a469b9fa703dd6ed8af2b6a44557cde8e7ce (patch)
tree812bf30af27d07e64cc80d42dabbaaab8d9ca1ad /java/openjdk8/files/patch-common-autoconf-build-performance.m4
parent- Add LICENSE_FILE (diff)
. Update to 8u72.
Notes
Notes: svn path=/head/; revision=407661
Diffstat (limited to 'java/openjdk8/files/patch-common-autoconf-build-performance.m4')
-rw-r--r--java/openjdk8/files/patch-common-autoconf-build-performance.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/java/openjdk8/files/patch-common-autoconf-build-performance.m4 b/java/openjdk8/files/patch-common-autoconf-build-performance.m4
deleted file mode 100644
index 98606705e202..000000000000
--- a/java/openjdk8/files/patch-common-autoconf-build-performance.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/autoconf/build-performance.m4 Sat Oct 24 06:20:56 2015 -0700
-+++ common/autoconf/build-performance.m4 Wed Jan 20 21:11:23 2016 -0800
-@@ -212,7 +212,7 @@
- # Only use ccache if it is 3.1.4 or later, which supports
- # precompiled headers.
- AC_MSG_CHECKING([if ccache supports precompiled headers])
-- HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split($3, a, "."); if (a@<:@1@:>@ >= 3 && (a@<:@2@:>@ > 1 || (a@<:@2@:>@ == 1 && a@<:@3@:>@ >= 4))) print "yes"; else print "no"; }') 2> /dev/null`
-+ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split(@S|@3, a, "."); if (a@<:@1@:>@ >= 3 && (a@<:@2@:>@ > 1 || (a@<:@2@:>@ == 1 && a@<:@3@:>@ >= 4))) print "yes"; else print "no"; }') 2> /dev/null`
- if test "x$HAS_GOOD_CCACHE" = xyes; then
- AC_MSG_RESULT([no, disabling ccache])
- CCACHE=