Re: RFR: JDK-8157623 Unexpected warning about ignoring value of CCACHE from environment

2016-10-12 Thread Erik Joelsson
Looks good. /Erik On 2016-10-12 11:38, Magnus Ihse Bursie wrote: When using --enable-ccache, we always get this warning: configure: WARNING: Ignoring value of CCACHE from the environment. Use command line variables instead. This is caused by us always setting CCACHE to an empty value. This

RFR: JDK-8157623 Unexpected warning about ignoring value of CCACHE from environment

2016-10-12 Thread Magnus Ihse Bursie
When using --enable-ccache, we always get this warning: configure: WARNING: Ignoring value of CCACHE from the environment. Use command line variables instead. This is caused by us always setting CCACHE to an empty value. This also had the side effect of overriding any user-provided value. Thi