/hg/release/icedtea8-forest-3.0: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Sun Apr 24 07:23:05 UTC 2016


changeset 6a70821528ba in /hg/release/icedtea8-forest-3.0
details: http://icedtea.classpath.org/hg/release/icedtea8-forest-3.0?cmd=changeset;node=6a70821528ba
author: andrew
date: Sun Apr 24 00:55:59 2016 +0100

	PR2933: Support ccache 3.2 and later
	Summary: Extend regular expression to allow >= 3.2
	Contributed-by: James Le Cuirot <chewi at gentoo.org>


changeset 9a8bfeefadd4 in /hg/release/icedtea8-forest-3.0
details: http://icedtea.classpath.org/hg/release/icedtea8-forest-3.0?cmd=changeset;node=9a8bfeefadd4
author: andrew
date: Sun Apr 24 08:23:21 2016 +0100

	Added tag icedtea-3.0.1 for changeset 6a70821528ba


diffstat:

 .hgtags                                |  1 +
 common/autoconf/build-performance.m4   |  2 +-
 common/autoconf/generated-configure.sh |  4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r e02d4e69a2a2 -r 9a8bfeefadd4 .hgtags
--- a/.hgtags	Wed Apr 20 03:38:59 2016 +0100
+++ b/.hgtags	Sun Apr 24 08:23:21 2016 +0100
@@ -572,3 +572,4 @@
 3fbef9f4cddf934f9cc0e06f61e641b5b845b901 jdk8u77-b03
 4c41657db1862352b0e107b910be32c86eb5b1ff jdk8u91-b00
 0c798868f18548af144de0f0ab69f09a4c968cd2 jdk8u91-b13
+6a70821528ba139062da755d8237c2dbc9ffdf02 icedtea-3.0.1
diff -r e02d4e69a2a2 -r 9a8bfeefadd4 common/autoconf/build-performance.m4
--- a/common/autoconf/build-performance.m4	Wed Apr 20 03:38:59 2016 +0100
+++ b/common/autoconf/build-performance.m4	Sun Apr 24 08:23:21 2016 +0100
@@ -199,7 +199,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 | grep -E 3.1.@<:@456789@:>@) 2> /dev/null`
+    HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E "3\.(1\.[456789]|[2-9])") 2> /dev/null`
     if test "x$HAS_GOOD_CCACHE" = x; then
       AC_MSG_RESULT([no, disabling ccache])
       CCACHE=
diff -r e02d4e69a2a2 -r 9a8bfeefadd4 common/autoconf/generated-configure.sh
--- a/common/autoconf/generated-configure.sh	Wed Apr 20 03:38:59 2016 +0100
+++ b/common/autoconf/generated-configure.sh	Sun Apr 24 08:23:21 2016 +0100
@@ -3919,7 +3919,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1459480380
+DATE_WHEN_GENERATED=1461455467
 
 ###############################################################################
 #
@@ -35764,7 +35764,7 @@
     # precompiled headers.
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ccache supports precompiled headers" >&5
 $as_echo_n "checking if ccache supports precompiled headers... " >&6; }
-    HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E 3.1.[456789]) 2> /dev/null`
+    HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E "3\.(1\.456789|2-9)") 2> /dev/null`
     if test "x$HAS_GOOD_CCACHE" = x; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5
 $as_echo "no, disabling ccache" >&6; }


More information about the distro-pkg-dev mailing list