Re: RFR: JDK-8187544 Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR.

2017-09-15 Thread Magnus Ihse Bursie
On 2017-09-15 00:25, Erik Joelsson wrote: Also a good cleanup. In flags.m4, perhaps replace with SUPPORT_OUTPUTDIR? Sure, I'll fix. (Not posting new webrev.) /Magnus /Erik On 2017-09-14 14:14, Magnus Ihse Bursie wrote: Due to historical reasons, we have had two variables that points to t

Re: RFR: JDK-8187544 Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR.

2017-09-14 Thread Erik Joelsson
Also a good cleanup. In flags.m4, perhaps replace with SUPPORT_OUTPUTDIR? /Erik On 2017-09-14 14:14, Magnus Ihse Bursie wrote: Due to historical reasons, we have had two variables that points to the output directory (e.g. "$topdir/build/linux-x64"), one named BUILD_OUTPUT and one named OUTPU

RFR: JDK-8187544 Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR.

2017-09-14 Thread Magnus Ihse Bursie
Due to historical reasons, we have had two variables that points to the output directory (e.g. "$topdir/build/linux-x64"), one named BUILD_OUTPUT and one named OUTPUT_ROOT. First of all, these two should be unified into one. Second, it should be renamed OUTPUTDIR to better align with other va