RFR: JDK-8135014 logger.sh needs to handle commands with variable assignment prefixes
Erik Joelsson
erik.joelsson at oracle.com
Thu Sep 3 13:00:11 UTC 2015
Looks like it should work.
/Erik
On 2015-09-03 14:56, Magnus Ihse Bursie wrote:
> JDK-8062618 introduced a regression for running ccache. It turned out
> that logger.sh, which is now used when compiling, could not handle
> command lines such as "VAR1=val1 /usr/bin/cmd VAR2=val2". For ccache,
> variable prefixes such as CCACHE_COMPRESS=1 was used, which caused
> build failures.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8135014
> WebRev:
> http://cr.openjdk.java.net/~ihse/JDK-8135014-logger-sh-variable-prefixes/webrev.01
>
> /Magnus
>
More information about the build-dev
mailing list