(Urgent) RFR JDK-8033115 Bad merge between 8027584 and 8031759
Dmitry Samersoff
dmitry.samersoff at oracle.com
Wed Jan 29 11:16:40 UTC 2014
Looks good to me.
On 2014-01-29 15:13, Magnus Ihse Bursie wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8033115
>
> Due to a bad merge between 8027584 and 8031759, configure fails.
>
> The merge auto-applied, so I didn't think there would be any problems.
> But there was a missing S, causing configure to always fail. :-(
>
> Here's the patch:
>
> --- a/common/autoconf/build-performance.m4
> +++ b/common/autoconf/build-performance.m4
> @@ -172,7 +172,7 @@
> if test "x$TOOLS_DIR" != x; then
> PATH=$TOOLS_DIR:$PATH
> fi
> - BASIC_REQUIRE_PROG(CCACHE, ccache)
> + BASIC_REQUIRE_PROGS(CCACHE, ccache)
> CCACHE_STATUS="enabled"
> PATH="$OLD_PATH"
> elif test "x$enable_ccache" = xno; then
>
>
> /Magnus
>
--
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* I would love to change the world, but they won't give me the sources.
More information about the build-dev
mailing list